GET TachoFile/GetList?id={id}&includeInvalid={includeInvalid}&accountId={accountId}
Get a list of TachoFiles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The tacho file ID from which you want to start retrieving files. 0 means start from the beginning. |
integer |
Required |
| includeInvalid |
Whether to include invalid tacho files in the result. |
boolean |
Default value is False |
| accountId |
The account ID to retrieve files for (when omitted or 0, the authenticated user's account is used). |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
A list of TachoFileDto objects
Collection of TachoFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Filename | string |
None. |
|
| ActivityPeriodStartUtc | date |
None. |
|
| ActivityPeriodEndUtc | date |
None. |
|
| TachoFileType | TachoFileType |
None. |
|
| AccountId | integer |
None. |
|
| EquipmentId | integer |
None. |
|
| DriverId | integer |
None. |