Webex · Example Payload

Webex Getplaylistusage Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getplaylistusage 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": "getPlaylistUsage",
  "method": "GET",
  "path": "/telephony/config/announcements/playlists/{playListId}/usage",
  "summary": "Get Playlist Usage",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BMQVlMSVNULzg1NWU1N2M0LWUzYTAtNGEyZS1hYWYxLTQ3ZWUxMmI3M2U2MA",
        "locations": [
          {
            "name": "RCDN6",
            "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzAxNWFmN2QzLTRlNzktNGY2ZC04Nzk5LWRlMjEzYTBhZDNhYQ",
            "featureReference": {
              "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNGFlMzJkMTAtNWI0Zi00NmNmLWI4ZTQtYmE2YzNiZjMyZGZi",
              "name": "Test Call Queue",
              "type": "CALL_QUEUE"
            }
          },
          {
            "name": "RCDN6",
            "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzAxNWFmN2QzLTRlNzktNGY2ZC04Nzk5LWRlMjEzYTBhZDNhYQ",
            "featureReference": {
              "id": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvMTkyNDYxMjEtZDhiYi00NTdjLWEzZjQtNGQ3YTBlYmQ4Nzk2",
              "name": "Test Call Queue 3",
              "type": "CALL_QUEUE"
            }
          }
        ]
      }
    }
  ]
}