GET TachoFile?from={from}&to={to}&accountId={accountId}&driverId={driverId}&equipmentId={equipmentId}&tachoFileType={tachoFileType}

Get a list of TachoFiles

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

Start date of the date range which filters the period of activities

date

Required

to

End date of the date range which filters the period of activities

date

Required

accountId

The accountId for which account you want to retrieve files from (if empty accountId is used of authenticated user)

integer

Default value is 0

driverId

The driverId

integer

None.

equipmentId

The equipmentId

integer

None.

tachoFileType

The tacho file type can be "vehicle" or "driver"

TachoFileType

None.

Body Parameters

None.

Response Information

Resource Description

A list of TachoFileDto objects

Collection of TachoFileDto
NameDescriptionTypeAdditional information
Id

integer

None.

Filename

string

None.

ActivityPeriodStartUtc

date

None.

ActivityPeriodEndUtc

date

None.

TachoFileType

TachoFileType

None.