Document
Read
Retrieve a single Document record by ID.
get/api/cp/document/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
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"
}