GET /public/v1/documents
Servers
- https://api.pandadoc.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
count |
Integer | No |
Specify how many document results to return. Default is 50 documents, maximum is 100 documents. |
created_to |
String | No |
Return results where the |
deleted |
Boolean | No |
Returns only the deleted documents. |
q |
String | No |
Search query. Filter by document reference number (this token is stored on the template level) or name. |
created_from |
String | No |
Return results where the |
metadata[] |
Array | No |
Specify metadata to filter by in the format of |
status |
Integer | No |
Specify the status of documents to return.
Possible values:
|
tag |
String | No |
Search tag. Filter by document tag. |
order_by |
String | No |
Specify the order of documents to return. Use Possible values:
|
template_id |
String | No |
Specify the template used for documents creation. Parameter can't be used with form_id. |
id |
String | No | |
page |
Integer | No |
Specify which page of the dataset to return. |
completed_to |
String | No |
Return results where the |
modified_to |
String | No |
Return results where the |
status__ne |
Integer | No |
Specify the status of documents to return (exclude).
Possible values:
|
form_id |
String | No |
Specify the form used for documents creation. This parameter can't be used with template_id. |
contact_id |
String | No |
Returns results where 'contact_id' is present in document as recipient or approver |
folder_uuid |
String | No |
The UUID of the folder where the documents are stored. |
membership_id |
String | No |
Returns results where 'membership_id' is present in document as owner (should be member uuid) |
completed_from |
String | No |
Return results where the |
modified_from |
String | No |
Return results where 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.