Webex · Example Payload

Webex Get Dect Serviceability Password Status Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Dect Serviceability Password Status 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": "Get DECT Serviceability Password status",
  "method": "GET",
  "path": "/telephony/config/locations/{locationId}/dectNetworks/{dectNetworkId}/serviceabilityPassword",
  "summary": "Get DECT Serviceability Password status",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enabled": "true"
      }
    }
  ]
}