Parameter | Type | Default | Description |
---|---|---|---|
per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
page_no | integer | 1 | Number of results page |
confirmable | boolean | null | When true, returns only confirmable Documents - and vice versa |
search | string | null | When present, returns only Documents that match the given string |
requiring_confirmation | boolean | null | When present, returns only Documents that require confirmation (are confirmable and are not confirmed) |
access | enum: ['public', 'private'] | null | When present, returns only Documents having given type of accesssort_by |
sort_direction | enum: ['asc', 'desc'] | asc | Sort direction |
{
"documents": [], // List of documents - see 'Document model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}