Webex · Example Payload

Webex Get Details For A Receptionist Contact Directory Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Details For A Receptionist Contact Directory 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": "Get details for a Receptionist Contact Directory",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/receptionistContacts/directories/{directoryId}",
  "summary": "Get details for a Receptionist Contact Directory",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "contacts": [
          {
            "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS81ZWI3MGUxNi1iYThmLTQzYzgtOWI5Yy1jZjNlNjQyNjEzN2Q",
            "firstName": "Alex_16",
            "lastName": "test_16",
            "phoneNumber": "+14234567895",
            "extension": "582",
            "mobile": "9725554729",
            "title": "Engineer",
            "featureId": null
          },
          {
            "personId": null,
            "firstName": "Group Paging",
            "lastName": "Alex_pg_1",
            "phoneNumber": null,
            "extension": "676",
            "featureId": "Y2lzY29zcGFyazovL3VzL0dST1VQX1BBR0lORy8wNTUyZjY3Yi01OWE5LTQxYmItODczNi0xYjA0MWQxZGRkNWU"
          }
        ]
      }
    }
  ]
}