Returns a paginated list of documents (metadata only, not contents).
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Return documents that are related to resources with the specified ID
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The type of documents. Multiple types can be provided as a comma-separated list.
Whether the file should be encrypted and access restricted, e.g. if the file contains PII
NOT_REQUIRED
, REQUIRED
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Unique resource identifier
Return documents that are related to resources of the specified type
ACCOUNT
, BUSINESS
, CUSTOMER
, EDD
, INVOICE
, REVENUE_STATEMENT
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
List documents.
The response is of type object
.