# Get all action step records associated with the job Endpoint: GET /jobs/{jobId}/actionStepRecords Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `jobId` (string, required) The job Id ## Response 200 fields (application/json): - `actionStepRecordId` (string, required) uid for this exact instance of step action record Example: "i8rmqV1wDDg5OkAK1F43" - `stepId` (string, required) Step identifier for action associated with record Example: "weighbridgePreAdvise" - `stepType` (string, required) Step type for action associated with record Enum: "DECLARATION", "EVENT" - `timestamp` (string, required) RFC3339 date time of step being actioned Example: "2023-08-10T00:12:19.000+00:00" - `actionedBy` (object, required) Detail on the entity that actioned the step - `actionedBy.uid` (string, required) M2X user identifier Example: "57dbfdcfaff5f6ba545583b2e03ee1e1-E01FA786-AC09-42EC-9697-02F17EC727F8" - `actionedBy.name` (string,null) Human readable name of entity, e.g. Driver's name Example: "John Doe" - `actionedBy.role` (string,null) Role of entity Example: "driver" - `actionedBy.vehicleId` (string,null) M2X vehicle Id associated with tracking device that actioned the step Example: "5o6aiI6prkBXRprUmkTy" - `actionedBy.vehicleLocation` (object) - `actionedBy.vehicleLocation.accuracy` (integer, required) Location accuracy in meters - `actionedBy.vehicleLocation.latitude` (integer, required) Location latitude (WGS 84) - `actionedBy.vehicleLocation.longitude` (integer, required) Location longitude (WGS 84) - `actionedBy.vehicleLocation.deviceId` (string) Unique identifier for the tracking device (important when several tracking devices are active on the vehicle) - `actionedBy.vehicleLocation.heading` (integer) Heading from north (0,360) - `actionedBy.vehicleLocation.timestamp` (any, required) - `actionedBy.vehicleLocation.speed` (integer) Speed in kph - `actionedBy.vehicleLocation.altitude` (integer) Altitude in meters - `actionedBy.vehicleLocation.vehicleId` (string) - `actionedBy.vehicleLocation.locationName` (string,null) - `taskId` (string,null) Task associated with step action Example: "IIX572-qlDbkYdQDd3vcsET8nGQ-1690861908653_0_qlDbkYdQDd3vcsET8nGQ_pickup" - `jobId` (string,null) Job associated with step action Example: "IIX572-qlDbkYdQDd3vcsET8nGQ-1690861908653_0" - `transportOrderId` (string,null) Order associated with step action Example: "IIX572-qlDbkYdQDd3vcsET8nGQ-1690861908653" - `bookingId` (string,null) Booking associated with step action Example: "FIN158-qlDbkYdQDd3vcsET8nGQ-1679540523856" - `shiftId` (string,null) Shift associated with step action Example: "qlDbkYdQDd3vcsET8nGQ-5o6aiI6prkBXRprUmkTy_2023-08-01_0"