StatusTimeSummary

The Status Time Summary report XML response is invoked by external calls for the StatusTimeSummary table.

This report shows an overview of how much time drivers spend in each statusThe specific activity or task a driver is currently engaged in, typically as part of a process called a "status loop." queried.

Parameters

statusTimeParams
Parameter Description Type Required Notes

dateRange

The day(s) desired for report data querying.

Date Range

Required

 

employeeNum

The identification numbers for the employeeUser accounts for drivers, dispatchers, and other staff to perform varying functions in TrackIt.(s) queried.

Integer

 

 

vehicleNum

The identifying numbers for the vehicleAll machines used as a means of production on a construction site or at a batch plant.(s) queried.

Integer

 

 

typeID

The employee or vehicle type ID depending on which one the query is focused.

Integer

 

 

plantNum

The identifying numbers for the plantA production plant or material storage location.(s) queried.

Integer

Required

 

statusTypeID

The status type's identification number.

Integer

Required

 

Returns

statusTimeData
Parameter Description Notes

avgTime

The average amount of time spent by equipmentAll machines used as a means of production on a construction site or at a batch plant. in a status, as measured in seconds.

 

avgTimeMillis

The average amount of time spent by equipment in a status, as measured in milliseconds.

 

employeeNum

The employee's identification number.

 

maxTime

The greatest amount of time spent by equipment in a status, as measured in seconds.

 

maxTimeMillis

The greatest amount of time spent by equipment in a status, as measured in milliseconds.

 

minTime

The smallest amount of time spent by equipment in a status, as measured in seconds.

 

minTimeMillis

The smallest amount of time spent by equipment in a status, as measured in milliseconds.

 

statusNum

The status's corresponding identification number.

 

totalCount

The total number of occurrences when equipment entered this status during the specified date range.

 

totalTime

The total amount of time spent in the status by equipment during the specified date range, as measured in seconds.

 

totalTimeMillis

The total amount of time spent in the status by equipment during the specified date range, as measured in milliseconds.

 

vehicleNum

The equipment's identification number.