Microsoft Azure API Management · Example Payload

Microsoft Azure Api Management Gateway Proxyget Example

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Microsoft Azure Api Management Gateway Proxyget 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": "Gateway_ProxyGet",
  "method": "GET",
  "path": "/{api-path}",
  "summary": "Proxy GET request to backend API",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ProxyGetExample",
      "example": {
        "statusCode": 200,
        "headers": {
          "x-apim-request-id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
          "x-ms-request-id": "req-001"
        },
        "body": {
          "message": "Response from backend service"
        }
      }
    }
  ]
}