ContentTypeInfo resource type

The contentTypeInfo resource indicates the SharePoint content type of an item.

JSON representation

Here is a JSON representation of a contentTypeInfo resource.

{
  "id": "string",
  "name": "string"
}

Properties

Property name Type Description
id string The id of the content type.
name string The name of the content type.