Webex · Example Payload

Webex Getlocationdetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getlocationdetails 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": "getLocationDetails",
  "method": "GET",
  "path": "/locations/{locationId}",
  "summary": "Get Location Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M5N2VlMDQ5LTM1OWItNGM3OC04NDU0LTA1OGMyZWRlMjU2Mw",
        "name": "Denver",
        "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi9hNDVkNmNkYS1hZTVhLTQwYzMtYTdhZC01NjUwZmRkZGQ1M2M",
        "address": {
          "address1": "123 Some St.",
          "city": "San Jose",
          "state": "CA",
          "postalCode": "95134",
          "country": "US"
        },
        "timeZone": "America/Chicago",
        "latitude": "12.935784",
        "longitude": "77.697332",
        "notes": "123 Some St. Denver location"
      }
    }
  ]
}