Webex · Example Payload

Webex List Sessions Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Sessions Example is an example object payload from Webex, 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": "List Sessions",
  "method": "GET",
  "path": "/hotdesk/sessions",
  "summary": "List Sessions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "sessionId": "Y2lzY29...",
            "workspaceId": "YL34EmB...",
            "personId": "YL34EmA...",
            "bookingStartTime": "2024-08-29T12:00:00Z",
            "bookingEndTime": "2024-08-29T20:00:00Z"
          }
        ]
      }
    }
  ]
}