Webex · Example Payload

Webex Retrieve Details Of A Specific Data Source Schema Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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