Microsoft Azure API Management · Example Payload

Microsoft Azure Api Management Devportal Home Example

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Microsoft Azure Api Management Devportal Home Example is an example object payload from Microsoft Azure API Management, 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": "DevPortal_Home",
  "method": "GET",
  "path": "/",
  "summary": "Developer portal home page",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "HomePage",
      "example": {
        "title": "Contoso API Developer Portal",
        "description": "Welcome to the Contoso API Developer Portal. Browse our APIs and get started.",
        "links": [
          {
            "rel": "apis",
            "href": "/apis"
          },
          {
            "rel": "products",
            "href": "/products"
          }
        ]
      }
    }
  ]
}