latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

documents

List documents with pagination and filters

get/api/v1/documents

Query parameters

pageinteger

The page number for pagination

limitinteger

The number of items per page

searchStringstring

Optional search string to filter documents by file name

documentRole'attachment' | 'consent'

Filter documents by their role; defaults to "attachment" when omitted

createdAfterstring date-time

Optional. Inclusive lower bound (>=) on document upload date, as an ISO 8601 date-time string. Documents uploaded on/after this instant are included. Omit for no lower bound.

createdBeforestring date-time

Optional. Exclusive upper bound (<) on document upload date, as an ISO 8601 date-time string. Documents uploaded strictly before this instant are included. Omit for no upper bound.

Response