Webex · Example Payload

Webex List And Search Groups Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List And Search 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 and Search Groups",
  "method": "GET",
  "path": "/groups",
  "summary": "List and Search Groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "totalResults": 3,
        "startIndex": 1,
        "itemsPerPage": 10,
        "groups": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvMjUxMDRiZTAtZjg3NC00MzQzLTk2MDctZGYwMmRmMzdiNWMxOjM0OGFkYjgxLTI4ZjktNGFiNS1iMmQ2LWU5YjQ5NGU3MmEwNg",
            "displayName": "Sales Group",
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNDhhZGI4MS0yOGY5LTRhYjUtYjJkNi1lOWI0OTRlNzJhMDY",
            "created": "2022-02-17T02:13:29.706Z",
            "lastModified": "2022-02-17T02:13:29.706Z",
            "memberSize": 1,
            "members": [
              {
                "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xOTUzOTdhMi03MTU5LTRjNTgtYTBiOC00NmQ2ZWZlZTdkMTM",
                "type": "user",
                "displayName": "Jane Smith"
              }
            ]
          }
        ]
      }
    }
  ]
}