LoginDataSummary

The Login/Logout report XML response is invoked by external calls for the LoginDataSummary table.

This report allows you to review all employeeUser accounts for drivers, dispatchers, and other staff to perform varying functions in TrackIt. login activity and spot potential problems with users that shouldn't be logged on or are using the wrong equipmentAll machines used as a means of production on a construction site or at a batch plant..

Parameters

loginDataParams
Parameter Description Type Required Notes

dateRange

The day(s) desired for report data querying.

Date Range Required

YYYY-MM-DD format. Does not include time range.

employeeNum

The identification numbers for the employee(s) queried.

Integer    

onlyShowUnlogged

Only show employees that have not logged in during the specified date range.

Boolean    

employeeType

The identification numbers for the employee type(s) queried.

Integer    

Returns

loginData
Parameter Description Notes

employeeNum

The employee's identification number.

<xs:element name="employeeNum" type="xs:int" minOccurs="0"/>

loggedInFrom

The date and time the employee logged in and logged out.

<xs:element name="loggedInFrom" type="tns:dateRange" minOccurs="0"/>

plantNum

The plantA production plant or material storage location. number associated with the employee and/or equipment.

<xs:element name="plantNum" type="xs:int" minOccurs="0"/>

timesheetID

The identification number of the employee's timesheet for the queried period.

<xs:element name="timesheetID" type="xs:int" minOccurs="0"/>

totalTime

The total time an employee has spent logged in or out, as measured in minutes.

<xs:element name="totalTime" type="xs:duration" minOccurs="0"/>

totalTimeMillis

The total time an employee has spent logged in or out, as measured in milliseconds.

<xs:element name="totalTimeMillis" type="xs:long" minOccurs="0"/>

vehicleNum

The equipment's identification number.

<xs:element name="vehicleNum" type="xs:int" minOccurs="0"/>