GET /public/v1/documents/linked-objects
Get a list of documents connected to a linked object - an entity from an integration.
Servers
- https://api.pandadoc.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
provider |
String | Yes |
See the available providers: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms |
owner_ids[] |
Array | No |
Default value: [ "[]" ] |
entity_id |
String | Yes |
You can get entity id from your integration, for example, from a url of a HubSpot deal. |
entity_type |
String | Yes |
See the available entity types: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms |
order_by |
String | No |
Default value: "-date_created" |
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.