GET /public/v1/documents
This endpoint will let you list and search for the documents.
Here you can find how to filter, search and order documents.
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
count |
Integer | No |
Limits the size of the response. Default is 50 documents, maximum is 100 documents. |
created_to |
String | No |
Limits results to the documents with the |
deleted |
Boolean | No |
Returns only the deleted documents. |
q |
String | No |
Filters documents by name or reference number (stored on the template level). |
created_from |
String | No |
Limits results to the documents with the |
metadata[] |
Array | No |
Filters documents by metadata. Pass metadata in the format of |
status |
Integer | No |
Filters documents by the status.
Valid values:
|
tag |
String | No |
Filters documents by tag. |
template_id |
String | No |
Filters by parent template. This Parameter can't be used with form_id. |
order_by |
String | No |
Defines the sorting of the result. Use Valid values:
Default value: "date_status_changed" |
page |
Integer | No |
Paginates the search result. Increase value to get the next page of results. |
id |
String | No | |
completed_to |
String | No |
Limits results to the documents with the |
modified_to |
String | No |
Limits results to the documents with the |
status__ne |
Integer | No |
Exludes documents with this status.
Valid values:
|
form_id |
String | No |
Filters by parent form. This parameter can't be used with template_id. |
contact_id |
String | No |
Filters by recipient or approver with this 'contact_id'. |
folder_uuid |
String | No |
Filters by the folder where the documents are stored. |
membership_id |
String | No |
Filter documents by the owner's 'membership_id'. |
completed_from |
String | No |
Limits results to the documents with the |
modified_from |
String | No |
Limits results to the documents with the |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.