Docs
Get Documents
GET /documents
GET
/documentsRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder. |
Returns a summary list of all dynamic documents for the event.
Response
Returns an array of document summary objects.
| Field | Type | Description |
|---|---|---|
| id | Guid | Document ID. |
| name | string | Document name. |
| description | string | Optional description. |