Document-Exports
List document exports
Allows to to retrieve a list of all document exports.
GET
/
v2
/
document-exports
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
pageNo
integer | null
The page of results you would like to return.
pageSize
integer | null
The number of items to return per page. By default, 50 items will be returned.
Response
200 - application/json
items
object[]
pagination
object