Get browserSite
Namespace: microsoft.graph
Get a browserSite that resides on a browserSiteList.
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) | BrowserSiteLists.Read.All, BrowserSiteLists.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. |
Application | BrowserSiteLists.Read.All, BrowserSiteLists.ReadWrite.All |
HTTP request
GET /admin/edge/internetExplorerMode/siteLists/{browserSiteListId}/sites/{browserSiteId}
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 browserSite object in the response body.
Examples
Request
The following is an example of a request.
GET https://graph.microsoft.com/v1.0/admin/edge/internetExplorerMode/siteLists/20579923-e6c8-425a-b728-47f43c10bc05/sites/a22cbc85-d5d2-4e61-8414-42e6704c36f7
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
{
"status": "pendingEdit",
"id": "a22cbc85-d5d2-4e61-8414-42e6704c36f7",
"webUrl": "www.microsoft.com",
"targetEnvironment": "microsoftEdge",
"mergeType": "default",
"compatibilityMode": "default",
"allowRedirect": false,
"comment": "Updating to Edge.",
"lastModifiedDateTime": "2022-06-29T15:44:27.2154899Z",
"createdDateTime": "2022-06-29T14:51:23.8662595Z",
"deletedDateTime": null,
"lastModifiedBy": {
"user": {
"id": "f6ff107e-bc40-4918-a432-8d7b60030a7c",
"displayName": "Joe Smith"
},
"application": null
},
"history": [
{
"publishedDateTime": "2022-06-29T14:51:23.8662592Z",
"allowRedirect": true,
"comment": "A site that opens in InternetExplorer11",
"compatibilityMode": "default",
"targetEnvironment": "internetExplorer11",
"mergeType": "default",
"lastModifiedBy": {
"user": {
"id": "f6ff107e-bc40-4918-a432-8d7b60030a7c",
"displayName": "Joe Smith"
},
"application": null
}
}
]
}
Feedback
Submit and view feedback for