Files

List files associated with an entity.

get/attachments

Query parameters

pageSizeinteger
'asc'
OR
'desc'
pageCursorstring
entityType'customer' | 'job' | 'site' | 'enquiry' | 'job_phase' | 'form' | 'certificate' required

Entity type to list attachments for. A job list also includes attachments on the job's phases, forms and certificates. form and certificate are read-only (list + download only; upload and delete are not supported).

entityIdnumber required

Entity ID to list attachments for

searchstring

Search by file name (partial match)

filterMimeTypestring

Filter by exact MIME type

filterCreatedAfterstring date-time

Filter files created after this date-time (ISO 8601)

filterCreatedBeforestring date-time

Filter files created before this date-time (ISO 8601)

filterCreatedByIdnumber

Filter by the user ID who uploaded the file

Response

Successful Response

resultstring required

Changes