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 (User)

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

This request provides a list of all the SharePoint Site Approval requests made by the requesting user.

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

display_name
string

Display name of the Site

state
boolean

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