Driver Performance Report
This webservice returns the same dataset used by the Driver Performance Report allowing you to extract each data around how your resources drive.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ReportDriverPerformance | Required |
From | DateTime | From Date Range - e.g ‘2024-01-15 09:00:00.000’. | Required |
To | DateTime | To Date Range - e.g ‘2024-01-15 11:30:00.000’. | Required |
DataToDisplay | Int | Show data based on: 1 = Score 2 = Average 3 = Occurrences | Required |
ResourceGroupName | String | The group name of the resource. | Optional |
ResourceGroupId | Int | The unique identifier of the resource group. | Optional |
ResourceReference | String | The internal textual reference used for the resource. | Optional |
ResourceId | Int | The unique identifier of the resource. | Optional |
Response Codes
Code | Message | Information |
---|---|---|
0 | No resource | |
0 | No Results | |
0 | ||
0 | data | |
2 | Missing Parameter - dataToDisplay | |
2 | error |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=reportdriverperformance
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }