Docs

Get Collaborator Documents

GET /collaborators/{collaboratorId}/documents

GET/collaborators/{collaboratorId}/documents

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Collaborator tokenx-Collaborator-TokenOptionalRun **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

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator whose documents to retrieve.

Response

Returns an array of document summaries.

FieldTypeDescription
idGuidThe document's unique ID.
namestringThe document's display name.
descriptionstring| nullOptional description of the document.