Document

Download

Download

get/api/cp/document/{id}/{filename}

Path parameters

idinteger required

Id identifier

filenamestring required

Filename identifier

Response

Successful response

idinteger

Id

company_idinteger

Company Id

dtstring date-time

Dt

namestring

Name

notesstring

Notes

customer_notesstring

Customer Notes

filenamestring

Filename

Example response

{
  "id": 12345,
  "company_id": 1,
  "dt": "2025-01-17T10:30:00Z",
  "name": "Example Name",
  "notes": "Sample notes text content",
  "customer_notes": "Sample customer_notes text content",
  "filename": "example_filename"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.