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
TachoDownloadViewModelName | 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-05-14T10:57:37.8528749+00:00", "NbDaySinceLastDownload": 5, "Status": "Never_Downloaded", "CanDownloaded": 0, "StatusLight": 2, "UnitId": "b45a838b-4b56-4f28-8e42-9da7d1f6655c", "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-05-14T10:57:37.8528749+00:00", "NbDaySinceLastDownload": 5, "Status": "Never_Downloaded", "CanDownloaded": 0, "StatusLight": 2, "UnitId": "b45a838b-4b56-4f28-8e42-9da7d1f6655c", "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-05-14T10:57:37.8528749+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>b45a838b-4b56-4f28-8e42-9da7d1f6655c</UnitId> </UnitTachoDownloadViewModel> <UnitTachoDownloadViewModel> <Agency>sample string 2</Agency> <Assigned>true</Assigned> <CanDownloaded>Ok</CanDownloaded> <Compatibility>true</Compatibility> <Group>sample string 3</Group> <LastDownload>2025-05-14T10:57:37.8528749+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>b45a838b-4b56-4f28-8e42-9da7d1f6655c</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>