Job Activities

List all Job Activities

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_schedule.

get/jobactivity.json

Response

An array of Job Activities

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

job_uuidstring uuid
staff_uuidstring uuid
start_datestring
end_datestring
activity_was_scheduledstring
activity_was_recordedstring
activity_was_automatedstring
has_been_openedstring
has_been_opened_timestampstring
travel_time_in_secondsstring
travel_distance_in_metersstring
allocated_by_staff_uuidstring uuid
allocated_timestampstring
material_uuidstring uuid
edit_by_staff_uuidstring uuid

UUID of Staff Member who last modified record

Example response

[
  {
    "uuid": "123e4567-222d-4b23-9437-230b76f7528b",
    "edit_date": "2025-07-01 12:00:00",
    "job_uuid": "123e4567-ce4a-4bf8-8059-230b7609915b",
    "staff_uuid": "123e4567-2e7c-4f72-982a-230b7bd254db",
    "start_date": "2025-07-01 12:00:00",
    "end_date": "2025-07-01 12:00:00",
    "has_been_opened_timestamp": "2025-07-01 12:00:00",
    "allocated_by_staff_uuid": "123e4567-f1aa-4493-a287-230b7e725efb",
    "allocated_timestamp": "2025-07-01 12:00:00",
    "material_uuid": "123e4567-df01-4804-b86c-230b73c0699b",
    "edit_by_staff_uuid": "123e4567-346d-44f2-913e-230b7d2f468b"
  }
]

Changes