List Entity Files
Files
List Files Attached to an Entity
List all non-archived files attached to a specific entity.
GET
List Entity Files
Returns the non-archived files attached to a specific entity — the file objects themselves, not the
file_attachments link rows.
Auth
Requires a CRM read scope and an active organization on the token. Any ofcontacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
CRM entity kind to look up files for, e.g. deal, account, contact, task, or project.
UUID of the entity whose attached files to list.
Response
Successful Response
The response is of type Response List Entity Files Files By Entity Get · object.