GET api/TargetInstallationReports?customerId={customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TargetInstallationReportResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Reports | Collection of TargetInstallationReportData |
None. |
|
| AccessGranted | boolean |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Reports": [
{
"Id": "00fad52c-3a6b-475e-94c3-cc3ef4c151e5",
"CustomerId": 2,
"DealerKey": "af9df8e2-eb91-4470-b1bc-ab1f8d44f5fa",
"TargetId": 4,
"TrackerId": "sample string 5",
"Date": "2025-11-01T08:01:27.019213+01:00",
"TargetTag": "sample string 7",
"ReportOdometer": 8.0,
"ReportEngineVoltageControl": true,
"ReportEngineVoltageON": 10.0,
"ReportEngineVoltageOFF": 11.0,
"ReportACCSignal": true,
"ReportBrand": "sample string 13",
"ReportModel": "sample string 14",
"ReportYear": 1,
"ReportColor": "sample string 15",
"DateConfirmed": "2025-11-01T08:01:27.019213+01:00",
"WorkshopName": "sample string 16",
"DateRepaired": "2025-11-01T08:01:27.019213+01:00",
"IsRepairCompleted": true,
"PreRemarks": "sample string 17",
"PostRemarks": "sample string 18",
"FailureType": "sample string 19",
"FailureGroup": "sample string 20",
"IssuesReportingGNSS": true,
"IssuesReportingTemperature": true,
"ReportedPartially": true
},
{
"Id": "00fad52c-3a6b-475e-94c3-cc3ef4c151e5",
"CustomerId": 2,
"DealerKey": "af9df8e2-eb91-4470-b1bc-ab1f8d44f5fa",
"TargetId": 4,
"TrackerId": "sample string 5",
"Date": "2025-11-01T08:01:27.019213+01:00",
"TargetTag": "sample string 7",
"ReportOdometer": 8.0,
"ReportEngineVoltageControl": true,
"ReportEngineVoltageON": 10.0,
"ReportEngineVoltageOFF": 11.0,
"ReportACCSignal": true,
"ReportBrand": "sample string 13",
"ReportModel": "sample string 14",
"ReportYear": 1,
"ReportColor": "sample string 15",
"DateConfirmed": "2025-11-01T08:01:27.019213+01:00",
"WorkshopName": "sample string 16",
"DateRepaired": "2025-11-01T08:01:27.019213+01:00",
"IsRepairCompleted": true,
"PreRemarks": "sample string 17",
"PostRemarks": "sample string 18",
"FailureType": "sample string 19",
"FailureGroup": "sample string 20",
"IssuesReportingGNSS": true,
"IssuesReportingTemperature": true,
"ReportedPartially": true
}
],
"AccessGranted": true,
"Error": true,
"ErrorCode": "sample string 3",
"ErrorDescription": "sample string 4",
"Warnings": "sample string 5"
}