Microsoft Azure · Example Payload

Microsoft Azure Items Get Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Microsoft Azure Items Get Example is an example object payload from Microsoft Azure, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Items_Get",
  "method": "GET",
  "path": "/dbs/{databaseId}/colls/{containerId}/docs/{itemId}",
  "summary": "Microsoft Azure Get an Item",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ItemsGet200Example",
      "example": {
        "id": "abc123",
        "_rid": "500123",
        "_ts": 10,
        "_self": "example_value",
        "_etag": "example_value",
        "_attachments": "example_value"
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "ItemsGet404Example",
      "example": {
        "code": "example_value",
        "message": "example_value"
      }
    },
    {
      "status": "default",
      "contentType": "application/json",
      "name": "ItemsGetdefaultExample",
      "example": {
        "code": "example_value",
        "message": "example_value"
      }
    }
  ]
}