v1

latestOpenAPI 3.0.3MIT2026-07-24122271451.2 KB
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.

order_bystring
owner_idsstring[]

Response

200

idstring
statusstring
date_createdstring
template_idstring

Example response

[
  {
    "id": "PG4YBFvSp9zW8nQf7zfmqb",
    "status": "document.draft",
    "date_created": "2023-11-27T14:11:13.198496Z",
    "template_id": "5bAoesA6MDF97BG6wfhfZE"
  }
]