Staff Members
Retrieve a Staff Member
OAuth Scope
This endpoint requires the following OAuth scope read_staff.
get/staff/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Staff Member
Response
Staff Member record retrieved successfully
Example response
{
"geo_timestamp": "2026-03-01 12:00:00",
"navigating_to_job_uuid": "123e4567-11b0-4089-8ab2-23f9484d54ab",
"navigating_timestamp": "2026-03-01 12:00:00",
"navigating_expiry_timestamp": "2026-03-01 12:00:00",
"status_message_timestamp": "2026-03-01 12:00:00",
"uuid": "123e4567-9fa9-46c2-9e1d-23f94b3418fb",
"edit_date": "2026-03-01 12:00:00",
"security_role_uuid": "123e4567-4ff4-4f95-8521-23f9452e9a2b",
"labour_material_uuid": "123e4567-5c47-4d54-b8e7-23f94882c18b"
}Changes
Changed in 2 of the 50 revisions of this API.6
- ○
added the optional property
labour_material_uuidto the response with the200statusresponse-optional-property-added
- ○
- ○
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
404response-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
- ○