Webex · Example Payload

Webex List Workspace Location Floors Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Workspace Location Floors 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 Workspace Location Floors",
  "method": "GET",
  "path": "/workspaceLocations/{locationId}/floors",
  "summary": "List Workspace Location Floors",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "xxx==",
            "locationId": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9XT1JLU1BBQ0VfTE9DQVRJT04vM2E2ZmYzNzMtNjhhNy00NGU0LTkxZDYtYTI3NDYwZTBhYzVjIzUxOWY2N2E1LTlkOTktNGM2My04YTA5LWI5MTcxY2M2NmJkMQ==",
            "floorNumber": -1,
            "displayName": "The basement"
          }
        ]
      }
    }
  ]
}