Get contentType
Namespace: microsoft.graph
Retrieve the metadata for a content type in a site or a list.
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/{site-id}/contentTypes/{contentType-id}
GET /sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}
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 contentType object in the response body.
Example
Request
GET https://graph.microsoft.com/v1.0/sites/{site-id}/contentTypes/{contentType-id}
Response
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-type: application/json
{
"id":"0x0120D520",
"description":"Create a document set when you want to manage multiple documents as a single work product.",
"group":"Document Set Content Types",
"hidden":false,
"name":"Document Set",
"base": {
"name": "Document Set",
"id": "0x0120D520"
}
}
Feedback
Submit and view feedback for