Webex · Example Payload

Webex Retrieve The List Of Translation Patterns Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve The List Of Translation Patterns 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": "Retrieve the list of Translation Patterns",
  "method": "GET",
  "path": "/telephony/config/callRouting/translationPatterns",
  "summary": "Retrieve the list of Translation Patterns",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "translationPatterns": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3",
            "name": "TranslationPattern1",
            "matchingPattern": "781",
            "replacementPattern": "+91348781",
            "level": "Organization"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V5",
            "name": "TranslationPattern2",
            "matchingPattern": "2XXX",
            "replacementPattern": "2013",
            "level": "Location",
            "location": {
              "name": "CHN11",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzc4YzU5NDE2LTQ5YWQtNDVlMy04NmIyLTFkZjU5M2IyZDdhYQ"
            }
          }
        ]
      }
    }
  ]
}