Document Link to CRM
List Linked Objects
Get a list of linked objects for the document.
get/public/v1/documents/{id}/linked-objects
Path parameters
idstring required
Specify document ID.
Response
Success response
Example response
{
"linked_objects": [
{
"id": "abb4d3fc-919b-491e-9e08-775036660c0b",
"provider": "pipedrive",
"entity_type": "deal",
"entity_id": "9372",
"children": [
{
"id": "abb4d3fc-919b-491e-9e08-775036660c0b",
"entity_type": "deal",
"entity_id": "9372"
}
]
}
]
}