List operations on a site
Namespace: microsoft.graph
Get a list of rich long-running operations associated with a site.
This API is supported in the following national cloud deployments.
Global service | US Government L4 | US Government L5 (DOD) | China operated by 21Vianet |
---|---|---|---|
✅ | ✅ | ✅ | ✅ |
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | Sites.Read.All, Sites.ReadWrite.All, Sites.Manage.All, Sites.FullControl.All |
Delegated (personal Microsoft account) | Not supported. |
Application | Sites.Read.All, Sites.ReadWrite.All, Sites.Manage.All, Sites.FullControl.All |
HTTP request
GET /sites/{siteId}/operations
Optional query parameters
This method supports some of the OData query parameters to help customize the response. For general information, see OData query parameters.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a collection of richLongRunningOperation objects in the response body.
Examples
Request
The following is an example of a request.
GET https://graph.microsoft.com/v1.0/sites/root/operations
Response
The following is an example of the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"value": [
{
"id": "contentTypeCopy,0x010100298A15181454D84EBB62EDD7559FCBFE",
"createdDateTime": "2022-01-24T16:28:23Z",
"resourceId": "0x010100298A15181454D84EBB62EDD7559FCBFE",
"resourceLocation": "https://graph.microsoft.com/v1.0/sites/5b3ea0e2-5fed-45ab-a8b8-7f7cd97189d6/contentTypes/0x010100298A15181454D84EBB62EDD7559FCBFE",
"status": "succeeded",
"type": "contentTypeCopy"
}
]
}
Feedback
Submit and view feedback for