Setup Document
List
Retrieve a paginated list of Setup Document records. Supports filtering, sorting, and search.
get/api/cp/setup/document
Response
Successful response
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"
}
]