Docs
Get Collaborator Documents
GET /collaborators/{collaboratorId}/documents
GET
/collaborators/{collaboratorId}/documentsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Collaborator token | x-Collaborator-Token | Optional | Run **Get Tokens** with `collaboratorId` set in your environment, or call `GET /Collaborators/{collaboratorId}/authorize` with your event token. |
Returns all dynamic documents that have been shared with this collaborator.
Requires CollaboratorRead permission on the collaborator.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| collaboratorId | Guid | Required | The ID of the collaborator whose documents to retrieve. |
Response
Returns an array of document summaries.
| Field | Type | Description |
|---|---|---|
| id | Guid | The document's unique ID. |
| name | string | The document's display name. |
| description | string| null | Optional description of the document. |