Webex · Example Payload

Webex List Ecm Folder Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Ecm Folder 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 ECM folder",
  "method": "GET",
  "path": "/room/linkedFolders",
  "summary": "List ECM folder",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL1RBQlMvZDg1ZTYwNj",
            "roomId": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
            "roomType": "group",
            "driveId": "123",
            "itemId": "456",
            "defaultFolder": "false",
            "displayName": "OneDrive folder for shared documents",
            "contentUrl": "https://cisco-my.sharepoint.com/personal/naalluri/123",
            "creatorId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY",
            "created": "2015-10-18T14:26:16.203Z"
          }
        ]
      }
    }
  ]
}