Webex · Example Payload

Webex Listlocations Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listlocations 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": "listLocations",
  "method": "GET",
  "path": "/locations",
  "summary": "List Locations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M5N2VlMDQ5LTM1OWItNGM3OC04NDU0LTA1OGMyZWRlMjU2Mw",
            "name": "Denver",
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9hNDVkNmNkYS1hZTVhLTQwYzMtYTdhZC01NjUwZmRkZGQ1M2M",
            "address": {
              "address1": "123 Some St.",
              "address2": "Suite 456",
              "city": "Supercity",
              "state": "Goodstate",
              "postalCode": "12345",
              "country": "US"
            },
            "timeZone": "America/Chicago",
            "preferredLanguage": "en_us",
            "latitude": "12.935784",
            "longitude": "77.697332",
            "notes": "Suite 456 Denver location"
          }
        ]
      }
    }
  ]
}