Documentation Index

Fetch the complete documentation index at: https://docs.eshare.com/llms.txt

Use this file to discover all available pages before exploring further.

Get SharePoint Site Requests (Admin)

Prev Next
Get
/api/3.1/cwp/sites/requests/manage

This request provides a list of all the SharePoint Site Approval requests within the Organization.

Security
API Key: NCC_Token
Header parameter nameAuthorization

NCC token authentication. Format: NCC token=<auth_token>

Query parameters
state
boolean

State of the request (null if pending)

site_id
string

Unique identifier for the site

sub_site_id
string

Unique identifier for the sub site

unique
boolean

If set to True, only one request per site will be listed

Defaultfalse
requester
string

Filter based on the requester

resolved
boolean

If set to True, only requests that have been resolved will be listed

search
string

Search in display name of the site or site_id

date
string

Filter based on date, (format should be YYYY-MM-DD)

Responses
200

Successful operation

object
site_id
string

Unique identifier for the site

sub_site_id
string

Unique identifier for the sub site

display_name
string

Display name of the Site

state
boolean

State of the request (e.g., approved, rejected)

request_justification
string

Justification for the request

resend_request
boolean

Whether to resend a request

decision_justification
string

Justification for the decision

requester
string

Email address of the requester

created
string (date-time)

Timestamp of request creation

last_modified
string (date-time)

Timestamp of last modification

total_requests
integer (int64)

Total number of requests