API reference
GETRequires Bearer token
List documents
/api/edm/documents
Retrieve `/api/edm/documents`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
This endpoint has no path parameters.
Query parameters
| Field | Type | Description |
|---|---|---|
folder_id | string | Limit to a folder. |
search | string | Full-text search. |
page | integer | Page number. e.g. 1 |
Request body
This endpoint does not accept a request body.
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |