ExternalFolderReferenceDto
DTO for an external folder reference
Properties
| Name | Type | Description |
|---|---|---|
| containerId | string | Provider-specific identifier for the folder/container |
Provider-specific identifier for the folder/container | ||
| driveId | string | Provider-specific drive identifier (null when not applicable) |
Provider-specific drive identifier (null when not applicable) | ||
| siteId | string | Provider-specific site identifier (null when not applicable) |
Provider-specific site identifier (null when not applicable) | ||
| displayPath | string | Human-readable path for display in the UI |
Human-readable path for display in the UI | ||
| externalUrl | string | URL to open this folder in the provider's web UI |
URL to open this folder in the provider's web UI | ||
JSON Example
{
"containerId": "string",
"driveId": "string",
"siteId": "string",
"displayPath": "string",
"externalUrl": "string"
}
Used By Operations
-
GET
Get Client Document Folder
/tenants/{tenant}/clients/{client}/document-folder
-
PUT
Set Client Document Folder
/tenants/{tenant}/clients/{client}/document-folder
-
GET
Get Base Folder
/tenants/{tenant}/connections/{code}/base-folder
-
PUT
Set Base Folder
/tenants/{tenant}/connections/{code}/base-folder