Webex · Example Payload

Webex Listplaylistlocations Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listplaylistlocations 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": "listPlaylistLocations",
  "method": "GET",
  "path": "/telephony/config/announcements/playlists/{playlistId}/locations",
  "summary": "List Playlist Locations",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC9iYzZjOTYwYi01ZDJjLTRiM2QtYjRlZC0wNWY1ZmFhMTJjZjA",
        "locations": [
          {
            "name": "Atlas_Test_Location_Trunk_Limit",
            "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2M3YWEzNjQzLTYyNmYtNGQ0Yy1hNzNmLTk0MTA3NDgzMjMxMg"
          },
          {
            "name": "Cy_location_full_page_Test02_DND",
            "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzg4NzhlNzE4LTczMGItNGY2OC1iZTc3LTViMjNiNWUwOGUwZg"
          }
        ]
      }
    }
  ]
}