Document Link to CRM
List Documents by Linked Object
Get a list of documents connected to a linked object - an entity from an integration.
get/public/v1/documents/linked-objects
Query parameters
entity_idstring required
You can get entity id from your integration, for example, from a url of a HubSpot deal.
entity_typestring required
See the available entity types: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms
providerstring required
See the available providers: https://developers.pandadoc.com/reference/link-service#examples-of-the-most-popular-crms
order_bystring
owner_idsstring[]
Response
200
Example response
[
{
"id": "PG4YBFvSp9zW8nQf7zfmqb",
"status": "document.draft",
"date_created": "2023-11-27T14:11:13.198496Z",
"template_id": "5bAoesA6MDF97BG6wfhfZE"
}
]