Webex · Example Payload

Webex List Workspace Locations Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Workspace Locations 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 Locations",
  "method": "GET",
  "path": "/workspaceLocations",
  "summary": "List Workspace Locations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMV9pbnQxMy9XT1JLU1BBQ0VfTE9DQVRJT04vM2E2ZmYzNzMtNjhhNy00NGU0LTkxZDYtYTI3NDYwZTBhYzVjIzUxOWY2N2E1LTlkOTktNGM2My04YTA5LWI5MTcxY2M2NmJkMQ==",
            "locationId": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzA2OWEzMDY2LTgwNjMtNDI0Zi05YmE0LTBhZDdhMmYxMzNjNQ",
            "displayName": "Cisco Barcelona",
            "address": "Carrer de Pere IV, Barcelona, Spain",
            "countryCode": "ES",
            "cityName": "Barcelona",
            "latitude": 41.406615,
            "longitude": 2.200717,
            "notes": "A note about the location"
          }
        ]
      }
    }
  ]
}