Retrieve all documents associated with the firm. Includes parsed and unparsed documents from various sources.
Notes:
Permissions:
Your valid bearer token. All Auth tokens persist for all requests. Make sure to replace Client Credential Basic
tokens with Bearer
tokens after retrieving your bearer token. Go to the API Reference/Setup, User Guides/Initial Setup, or API Reference/Get API Access Token page to get your token.
A page number within the paginated result set.
Number of results to return per page.
The id for the company whose documents to request. You can get a company's id by making a request to the /companies
endpoint.
The parse state of the documents to request. One of "not-started", "in-progress", "completed", "needs-input", "not-parseable".
The from date (inclusive) from which to query uploaded_at as an ISO 8601 formatted date
The to date (inclusive) from which to query uploaded_at as an ISO 8601 formatted date
The source of the documents to request. One of "information-request", "implementation", "upload".
The response is of type object
.