Webex · Example Payload

Webex Read Push To Talk Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Read Push To Talk Settings For A Workspace 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": "Read Push-to-Talk Settings for a Workspace",
  "method": "GET",
  "path": "/telephony/config/workspaces/{workspaceId}/pushToTalk",
  "summary": "Read Push-to-Talk Settings for a Workspace",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "allowAutoAnswer": true,
        "connectionType": "ONE_WAY",
        "accessType": "ALLOW_MEMBERS",
        "members": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE",
            "lastName": "Little",
            "firstName": "Alice",
            "displayName": "Alice Little",
            "type": "PEOPLE",
            "email": "alice@example.com",
            "location": {
              "name": "Paragville",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzhjOWZkMjg1LTY1MDAtNDUxOC04NTZlLWViODM2YzY3NjFkOA"
            },
            "numbers": [
              {
                "external": "+19845551088",
                "extension": "1088",
                "primary": true
              }
            ]
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jMTQzMzhkNS02YTdjLTRiZjYtOTFiMS0zYmM2ZWMzMGJiMTE",
            "lastName": "Johnson",
            "firstName": "Bob",
            "displayName": "Bob Johnson",
            "type": "PEOPLE",
            "email": "bob@example.com",
            "numbers": [
              {
                "external": "+198455501099",
                "extension": "1099",
                "primary": true
              }
            ]
          }
        ]
      }
    }
  ]
}