Webex · Example Payload

Webex Create An Ecm Folder Configuration Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create An Ecm Folder Configuration 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": "Create an ECM folder configuration",
  "method": "POST",
  "path": "/room/linkedFolders",
  "summary": "Create an ECM folder configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "roomId": "Y2lzY29zcGFyazovL3VzL1JPT00vYmJjZWIxYWQtNDNmMS0zYjU4LTkxNDctZjE0YmIwYzRkMTU0",
        "contentUrl": "https://cisco-my.sharepoint.com/personal/naalluri/123",
        "displayName": "OneDrive folder for shared documents",
        "driveId": "123",
        "itemId": "456",
        "defaultFolder": "false"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "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"
      }
    }
  ]
}