v1

latestOpenAPI 3.1.02026-07-241630614.2 KB

Get entities associated with a file

This method allows to get entities associated with a file.

get/api/v4/files/{file_uuid}/links

Path parameters

file_uuidstring required

File UUID

Response

200

file_uuidstring

Example response

{
  "file_uuid": "5ef222cd-bce4-4df8-8466-3dee7d16e70d",
  "entities": [
    {
      "id": 22859207,
      "name": "Lead #22859207",
      "main_user_id": 7758337,
      "date_create": 1669372247,
      "price": 20,
      "pipeline_id": 3858604,
      "date_update": 1672060100,
      "updated_by": 7758337,
      "entity_type": "leads",
      "status_id": 37066879
    }
  ]
}