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"
}
]Changes
Changed in 2 of the 50 revisions of this API.5
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
- ○
the security scope
read_messageswas added to the endpoint's security schemeoauth2api-security-scope-added
- ○