Staff Messages
Retrieve a Staff Message
OAuth Scope
This endpoint requires the following OAuth scope read_messages.
get/staffmessage/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Staff Message
Response
Staff Message record retrieved successfully
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"
}