Webex · Example Payload

Webex Listmessages Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listmessages 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": "listMessages",
  "method": "GET",
  "path": "/telephony/voiceMessages",
  "summary": "List Messages",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL01FU1NBR0UvNmQ0MTgyMTItZjUwNi00Yzk4LTk5MTItNmI1MmE1ZmU2ODgx",
            "duration": 38,
            "callingParty": {
              "name": "John Smith",
              "number": "+12223334444",
              "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9hMTlkODJhMi00ZTY5LTU5YWEtOWYyZi1iY2E2MzEwMTNhNjg=",
              "placeId": "Y2lzY29zcGFyazovL3VzL1BMQUNFL2ExOWQ3MWEyLTRlOTItOTFhYi05ZjJmLWJjYTEzNTAxM2ExNA==",
              "privacyEnabled": false
            },
            "urgent": false,
            "confidential": false,
            "read": true,
            "faxPageCount": 2,
            "created": "2021-11-14T17:00:00.000Z"
          }
        ]
      }
    }
  ]
}