Webex · Example Payload

Webex List Resource Groups Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Resource Groups 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": "List Resource Groups",
  "method": "GET",
  "path": "/resourceGroups",
  "summary": "List Resource Groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1JFU09VUkNFX0dST1VQL2RlZmF1bHQ",
            "name": "Resource Group 1",
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE"
          }
        ]
      }
    }
  ]
}