Skip to main content

resource_journeys_v1

Resource journey refers to the path or route taken by a field service technician from their starting point to their service destination and back, as they perform their assigned tasks/jobs. This journey is tracked and recorded using a tracking device such as a tablet or tracker on their vehicle.

ColumnData typeDescription
idNUMBER(38,0)The unique identifier of the resource journey record.
device_modelVARCHAR(100)This field represents the specific model or version of the device used for tracking a journey.
device_typeVARCHAR(100)This field categorizes the type of device used for tracking a journey. It helps differentiate between different classes or categories of devices, such as Tablets or dedicated GPS trackers.
device_descriptionVARCHAR(100)This field provides additional details about the journey tracking device that may inform any unique characteristics of the device that is relevant to the journey tracking. The device description helps in identifying and distinguishing different devices within the same model or type.
start_atTIMESTAMP_TZ(9)The timestamp with the timezone offset of when the resource journey started.
stop_atTIMESTAMP_TZ(9)The timestamp with the timezone offset of when the resource journey stopped.
duration_in_secondsNUMBER(38,0)Duration of the journey in seconds.
start_addressVARCHAR(200)The address from where the journey started.
stop_addressVARCHAR(200)The address where the journey ended.
distance_kmNUMBER(38,0)The distance, in kilometres, travelled during the resource journey.
distance_miNUMBER(38,0)The distance, in miles, travelled during the resource journey.
max_speed_kphNUMBER(38,0)Maximum speed reached during the journey in km/h.
max_speed_mphNUMBER(38,0)Maximum speed reached during the journey in mi/h.
over_speed_countNUMBER(38,0)Count of instances when the speed limit was exceeded during the resource journey.
start_driving_to_job_atTIMESTAMP_TZ(9)The timestamp with the timezone offset of when the resource started the journey to the job.
start_contact_nameVARCHAR(100)The name of the contact where the resource journey started.
stop_contact_nameVARCHAR(100)The name of the contact where the resource journey ended.
start_geolocation_longitudeNUMBER(38,0)The longitudinal geographic coordinate of where the journey started.
start_geolocation_latitudeNUMBER(38,0)The latitudinal geographic coordinate of where the journey started.
stop_geolocation_longitudeNUMBER(38,0)The longitudinal geographic coordinate of where the journey ended.
stop_geolocation_latitudeNUMBER(38,0)The latitudinal geographic coordinate of where the journey ended.
idling_time_in_secondsNUMBER(38,0)Total time the vehicle was idling during the journey in seconds.
idling_with_pto_time_in_secondsNUMBER(38,0)Total time the vehicle was idling with Power Take Off (PTO) engaged during the journey in seconds.
_start_contact_idNUMBER(38,0)The identifier of the contact associated with the journey start.
_stop_contact_idNUMBER(38,0)The identifier of the contact associated with the journey end.
_start_job_idNUMBER(38,0)The identifier of the job associated with the journey start.
_stop_job_idNUMBER(38,0)The identifier of the job associated with the journey end.
_vehicle_idNUMBER(38,0)The identifier of the vehicle associated with the journey.
_resource_idNUMBER(38,0)The identifier of the resource performing the journey.
_last_sync_atTIMESTAMP_TZ(9)The timestamp with time zone offset of when the resource journey record was last refreshed.