Job Activities
Retrieve a Job Activity
OAuth Scope
This endpoint requires the following OAuth scope read_schedule.
get/jobactivity/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Job Activity
Response
Job Activity record retrieved successfully
Example response
{
"job_uuid": "123e4567-6936-44d0-83ba-23f9472be1fb",
"staff_uuid": "123e4567-a0f7-474a-82bd-23f94f782d2b",
"start_date": "2026-03-01 12:00:00",
"end_date": "2026-03-01 12:00:00",
"has_been_opened_timestamp": "2026-03-01 12:00:00",
"material_uuid": "123e4567-7e05-487e-8d4f-23f949cabc8b",
"uuid": "123e4567-6368-44da-9b33-23f94fc2f5bb",
"edit_date": "2026-03-01 12:00:00",
"edit_by_staff_uuid": "123e4567-d7fe-421d-8379-23f9423667ab"
}