Document

List

Retrieve a paginated list of Document records. Supports filtering, sorting, and search.

get/api/cp/document

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.