@fairfleet/geotab / TachographDataFileSearch
The object used to specify the arguments when searching for TachographDataFile.
-
↳
TachographDataFileSearch
- activityTimestampBetween
- containsText
- deviceIds
- deviceSearch
- driverIds
- errorContains
- fromActivityTimestampEnd
- fromDate
- fromFloorToCeilingTimestamp
- fromTimestamp
- id
- ids
- includeBinaryData
- processingStatus
- toDate
- toTimestamp
- type
- userSearch
- version
- withoutError
• activityTimestampBetween: ActivityTimestampBetweenSearch
Inherit Doc
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:17
• containsText: string
Gets or sets search for TachographFile text into specific fields.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:19
• deviceIds: string
[]
Gets or sets search for TachographFile Device Ids records are in the list.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:21
• deviceSearch: DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any TachographFile that are assigned to that Device. Providing the Groups will search for TachographFile for that have Devices in that group. Available DeviceSearch options are: IdGroup
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:29
• driverIds: string
[]
Gets or sets search for TachographFile Driver Ids records are in the list.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:31
• errorContains: string
Gets or sets search for contains text in errors.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:33
• fromActivityTimestampEnd: Date
Gets or sets datetime to filter by ActivityTimestampEnd. It will return the last file of each driver where ActivityTimestampEnd is greater than this value.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:38
• fromDate: Date
Gets or sets search for TachographFile records that were logged at this date or after.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:40
• fromFloorToCeilingTimestamp: FloorToCeilingTimestampSearch
Inherit Doc
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:44
• fromTimestamp: Date
Gets or sets search for TachographFile records that were generated at this date or after.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:46
• id: string
Gets or sets search for an entry based on the specific Id.
src/types/Checkmate/ObjectModel/Search.ts:10
• ids: string
[]
Gets or sets search for TachographFile Device Ids records are in the list.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:48
• includeBinaryData: boolean
Gets or sets the flag to include binary data in the response.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:50
• processingStatus: number
Gets or sets search for files with a specific processing status.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:52
• toDate: Date
Gets or sets search for TachographFile records that were logged at this date or before.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:54
• toTimestamp: Date
Gets or sets search for TachographFile records that were generated at this date or before.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:56
• type: TachographFileType
Gets or sets search for TachographFile records based on the type of file.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:58
• userSearch: UserSearch
Gets or sets filter by the UserSearch options. Providing a user ID will search for any TachographFile that are assigned to that user. Providing the Groups will search for TachographFile for that have Users in that group. Available DeviceSearch options are: IdGroup
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:66
• version: number
Gets or sets the row version of the TachographDataFile search criteria.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:72
• withoutError: boolean
Gets or sets search for files without errors.
src/types/Checkmate/ObjectModel/Tachograph/Files/TachographDataFileSearch.ts:74