v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-211931021.7 MB
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

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

related_objectstring
related_object_uuidstring uuid
notestring
action_requiredstring
action_completed_by_staff_uuidstring uuid
edit_by_staff_uuidstring uuid

UUID of Staff Member who last modified record

create_datestring

Timestamp at which record was last modified

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"
  }
]