Webex · Example Payload

Webex Fetch List Of Announcement Greetings On Location And Organiz Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Fetch List Of Announcement Greetings On Location And Organiz 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": "Fetch list of announcement greetings on location and organization level",
  "method": "GET",
  "path": "/telephony/config/announcements",
  "summary": "Fetch list of announcement greetings on location and organization level",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "announcements": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zMjAxNjRmNC1lNWEzLTQxZmYtYTMyNi02N2MwOThlNDFkMWQ",
            "name": "Public_Announcement",
            "fileName": "Sample_Greetings_file.wav",
            "fileSize": "356",
            "mediaFileType": "WAV",
            "lastUpdated": "2022-02-22 22:27:54",
            "level": "LOCATION",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81ZTk3MzFlNy1iOWQ0LTRmMWQtYjYyMi05NDgwMDhhMjkzMzM",
              "name": "RCDN"
            },
            "isTextToSpeech": false
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0FOTk9VTkNFTUVOVC8zMjAxNjRmNC1lNWEzLTQxZmYtYTMyNi02N2MwOThlNDFrMWY",
            "name": "General Announcement",
            "fileName": "General_Greetings_file.wav",
            "fileSize": "356",
            "mediaFileType": "WAV",
            "lastUpdated": "2022-02-22 22:27:54",
            "level": "ORGANIZATION",
            "isTextToSpeech": false
          }
        ]
      }
    }
  ]
}