Setup Document

List

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

get/api/cp/setup/document

Response

Successful response

idinteger

Id

account_idinteger

Account Id

dtstring date-time

Dt

namestring

Name

notesstring

Notes

account_notesstring

Account Notes

filenamestring

Filename

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "dt": "2025-01-17T10:30:00Z",
    "name": "Example Name",
    "notes": "Sample notes text content",
    "account_notes": 10,
    "filename": "example_filename"
  }
]

Changes