Setup Document

Read

Retrieve a single Setup Document record by ID.

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

Path parameters

idinteger required

Id identifier

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

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