Microsoft Graph · Schema

Base collection pagination and count responses

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.count integer
@odata.nextLink string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-basecollectionpaginationcountresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseCollectionPaginationCountResponse",
  "title": "Base collection pagination and count responses",
  "type": "object",
  "properties": {
    "@odata.count": {
      "type": "integer",
      "format": "int64",
      "nullable": true
    },
    "@odata.nextLink": {
      "type": "string",
      "nullable": true
    }
  }
}