AT&T Developer Hub · Example Payload

At T Developer Hub Listqodsessions Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Listqodsessions Example is an example object payload from AT&T Developer Hub, 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": "listQodSessions",
  "method": "GET",
  "path": "/sessions",
  "summary": "AT&T List QoD Sessions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ListQodSessions200Example",
      "example": [
        {
          "sessionId": "session-a1b2c3d4-e5f6-7890-abcd-ef1234567890",
          "qosProfile": "LOW_LATENCY",
          "qosStatus": "AVAILABLE",
          "expiresAt": "2026-04-19T15:30:00Z"
        }
      ]
    }
  ]
}