Skip to main content
GET
List Documents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resource_type
string | null
resource_id
string | null
document_category
string | null
uploaded_by
string | null
status
string | null
date_from
string<date> | null
date_to
string<date> | null
cursor
string | null
page_size
integer
default:10
Required range: 1 <= x <= 100

Response

Successful Response

results
any[]
required
next
string | null
previous
string | null