Notes
List all Notes
Filtering
This endpoint supports result filtering. For more information on how to filter this request, go here.
OAuth Scope
This endpoint requires the following OAuth scope read_job_notes.
get/note.json
Response
An array of Notes
Example response
[
{
"uuid": "123e4567-6ef3-4986-a5e9-23f94da9d67b",
"edit_date": "2026-03-01 12:00:00",
"related_object_uuid": "123e4567-3e1d-4e35-b83e-23f9474d31fb",
"action_completed_by_staff_uuid": "123e4567-25a6-486c-89c8-23f9482ca2db",
"edit_by_staff_uuid": "123e4567-1cca-415d-a8e2-23f945b752eb",
"create_date": "2026-03-01 12:00:00"
}
]