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": "d6ce6d5f-33d1-4a15-8978-e7b0faa08f96",
"CustomerId": 2,
"DealerKey": "fcc1b2f7-456a-4330-9430-216df04af1ac",
"TargetId": 4,
"TrackerId": "sample string 5",
"Date": "2026-01-20T14:09:52.6991307+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": "2026-01-20T14:09:52.6991307+01:00",
"WorkshopName": "sample string 16",
"DateRepaired": "2026-01-20T14:09:52.6991307+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": "d6ce6d5f-33d1-4a15-8978-e7b0faa08f96",
"CustomerId": 2,
"DealerKey": "fcc1b2f7-456a-4330-9430-216df04af1ac",
"TargetId": 4,
"TrackerId": "sample string 5",
"Date": "2026-01-20T14:09:52.6991307+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": "2026-01-20T14:09:52.6991307+01:00",
"WorkshopName": "sample string 16",
"DateRepaired": "2026-01-20T14:09:52.6991307+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"
}