GET api/v1/{tokenClient}/remotedownload/downloads
Gets all downloads for a customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tokenClient |
The token client. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TachoDownloadViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TachoDownloadItems | Collection of UnitTachoDownloadViewModel |
None. |
|
| TachoServiceState | TachoServiceStateViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"TachoDownloadItems": [
{
"Name": "sample string 1",
"Agency": "sample string 2",
"Group": "sample string 3",
"LastDownloadString": "sample string 4",
"LastDownload": "2025-11-30T11:54:01.2638047+00:00",
"NbDaySinceLastDownload": 5,
"Status": "Never_Downloaded",
"CanDownloaded": 0,
"StatusLight": 2,
"UnitId": "2589f7f6-2315-44e5-b4b8-b15ce96d5680",
"Compatibility": true,
"Assigned": true,
"Type": "Vehicule",
"Masked": true
},
{
"Name": "sample string 1",
"Agency": "sample string 2",
"Group": "sample string 3",
"LastDownloadString": "sample string 4",
"LastDownload": "2025-11-30T11:54:01.2638047+00:00",
"NbDaySinceLastDownload": 5,
"Status": "Never_Downloaded",
"CanDownloaded": 0,
"StatusLight": 2,
"UnitId": "2589f7f6-2315-44e5-b4b8-b15ce96d5680",
"Compatibility": true,
"Assigned": true,
"Type": "Vehicule",
"Masked": true
}
],
"TachoServiceState": {
"TachoServices": 64,
"Readers": 64,
"CompanyCards": 64,
"DriverCards": 64,
"TachoKeys": 64,
"EmptyTachoKeys": 64,
"LastTachoVersion": "sample string 7"
}
}
application/xml, text/xml
Sample:
<TachoDownloadViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<TachoDownloadItems>
<UnitTachoDownloadViewModel>
<Agency>sample string 2</Agency>
<Assigned>true</Assigned>
<CanDownloaded>Ok</CanDownloaded>
<Compatibility>true</Compatibility>
<Group>sample string 3</Group>
<LastDownload>2025-11-30T11:54:01.2638047+00:00</LastDownload>
<LastDownloadString>sample string 4</LastDownloadString>
<Masked>true</Masked>
<Name>sample string 1</Name>
<NbDaySinceLastDownload>5</NbDaySinceLastDownload>
<Status>Never_Downloaded</Status>
<Type>Vehicule</Type>
<UnitId>2589f7f6-2315-44e5-b4b8-b15ce96d5680</UnitId>
</UnitTachoDownloadViewModel>
<UnitTachoDownloadViewModel>
<Agency>sample string 2</Agency>
<Assigned>true</Assigned>
<CanDownloaded>Ok</CanDownloaded>
<Compatibility>true</Compatibility>
<Group>sample string 3</Group>
<LastDownload>2025-11-30T11:54:01.2638047+00:00</LastDownload>
<LastDownloadString>sample string 4</LastDownloadString>
<Masked>true</Masked>
<Name>sample string 1</Name>
<NbDaySinceLastDownload>5</NbDaySinceLastDownload>
<Status>Never_Downloaded</Status>
<Type>Vehicule</Type>
<UnitId>2589f7f6-2315-44e5-b4b8-b15ce96d5680</UnitId>
</UnitTachoDownloadViewModel>
</TachoDownloadItems>
<TachoServiceState>
<CompanyCards>64</CompanyCards>
<DriverCards>64</DriverCards>
<EmptyTachoKeys>64</EmptyTachoKeys>
<LastTachoVersion>sample string 7</LastTachoVersion>
<Readers>64</Readers>
<TachoKeys>64</TachoKeys>
<TachoServices>64</TachoServices>
</TachoServiceState>
</TachoDownloadViewModel>