API Docs / Schemas / ConnectionFolderDto

ConnectionFolderDto

A folder available in a document storage connection. Returned by the list-folders endpoint
used to drive the in-app folder browser.

Properties

Name Type Description
containerIdstring

Platform-specific folder identifier. Pass this back as parentFolderId to drill in.

Platform-specific folder identifier. Pass this back as parentFolderId to drill in.

namestring

Folder display name.

Folder display name.

webUrlstring

Direct link to open the folder in the provider's web UI.

Direct link to open the folder in the provider's web UI.

JSON Example

{
  "containerId": "string",
  "name": "string",
  "webUrl": "string"
}