GET /public/v1/forms
List forms.
Servers
- https://api.pandadoc.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Optionally, specify which page of the dataset to return. |
count |
Integer | No |
Optionally, specify how many forms to return. Default is 50 forms, maximum is 100 forms. |
name |
String | No |
Specify the form name. |
asc |
Boolean | No |
Optionally, specify sorting the result-set in ascending or descending order. |
status[] |
Array | No |
Optionally, specify which status of the forms dataset to return. |
order_by |
String | No |
Optionally, specify the form dataset order to return. Possible values:
|
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.