Webex · Example Payload

Webex Retrieve Data Source Schemas Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Retrieve Data Source Schemas 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 Data Source Schemas",
  "method": "GET",
  "path": "/dataSources/schemas",
  "summary": "Retrieve Data Source Schemas",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "items": [
          {
            "appType": "serviceApp",
            "createdAt": "2024-09-05T01:35:04.772Z",
            "id": "78efc775-dccb-45ca-9acf-989a4a59f788",
            "protocol": "gRPC",
            "serviceType": "webService",
            "url": "/path/to/definition/file3"
          }
        ]
      }
    }
  ]
}