QuestionSummary
This report allows you to view a summary of all questions and any driver responses.
Parameters
questionParams
Parameter | Description | Type | Required | Notes |
---|---|---|---|---|
The day(s) desired for report data querying. |
Date Range | Required |
|
|
The identification numbers for the employeeUser accounts for drivers, dispatchers, and other staff to perform varying functions in TrackIt.(s) queried. |
Integer | |||
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 | |||
The employee or vehicle type ID depending on which one the query is focused. |
Integer | |||
The identification number associated with the status question. |
Integer | Required |

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1.report.services.trakitgps.com/">
<soapenv:Header/>
<soapenv:Body>
<v1:QuestionSummary>
<!--Optional:-->
<webkey>?</webkey>
<!--Optional:-->
<QuestionParams>
<dateRange>
<startDate>
<year>?</year>
<month>?</month>
<day>?</day>
<hour>-1</hour>
<minute>-1</minute>
<second>-1</second>
<!--Optional:-->
<timeZone>?</timeZone>
</startDate>
<endDate>
<year>?</year>
<month>?</month>
<day>?</day>
<hour>-1</hour>
<minute>-1</minute>
<second>-1</second>
<!--Optional:-->
<timeZone>?</timeZone>
</endDate>
</dateRange>
<!--Optional:-->
<employeeNum>?</employeeNum>
<!--Optional:-->
<vehicleNum>?</vehicleNum>
<!--Optional:-->
<typeID>?</typeID>
<!--1 or more repetitions:-->
<questionIDs>?</questionIDs>
</QuestionParams>
</v1:QuestionSummary>
</soapenv:Body>
</soapenv:Envelope>
Returns
questionData
Parameter | Description | Notes |
---|---|---|
The driver's selected or manually-entered response to the question. |
||
The employee's identification number. |
||
The question displayed on the device screen upon entering the statusThe specific activity or task a driver is currently engaged in, typically as part of a process called a "status loop.". |
||
The identification number associated with the status question. |
||
The status's corresponding identification number. |
||
The timestamp for when the response was submitted for the question. |
||
The equipmentAll machines used as a means of production on a construction site or at a batch plant.'s identification number. |