Staff Messages
List all Staff Messages
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_messages.
get/staffmessage.json
Response
An array of Staff Messages
Example response
[
{
"from_staff_uuid": "123e4567-ea0f-4b85-a876-23f943f26c6b",
"to_staff_uuid": "123e4567-2507-4025-837a-23f94a6d8e5b",
"sent_timestamp": "2026-03-01 12:00:00",
"delivered_timestamp": "2026-03-01 12:00:00",
"read_timestamp": "2026-03-01 12:00:00",
"regarding_job_uuid": "123e4567-eaa4-4b56-b032-23f94789c1fb",
"uuid": "123e4567-58f2-4245-9114-23f9431fd34b",
"edit_date": "2026-03-01 12:00:00"
}
]