Retrieves the organization archives.Copy Pageget https://tacho-management.api.eu1.scalar.zf.com/v1/tacho/archivesRetrieves the organization archives.Query ParamsassetIdsarray of strings | nullRepresents a list of asset IDs to be retrieved. If both driverIds and assetIds are null or empty, all assets are retrieved. If at least one of these arrays have values, only those will be considered.assetIdsADD stringdriverIdsarray of strings | nullRepresents a list of driver IDs to be retrieved. If both driverIds and assetIds are null or empty, all driver's details are retrieved. If at least one of these arrays have values, only those will be considered.driverIdsADD stringfromdate-timeDefaults to 2024-01-26T00:00:00.0000000ZRepresents the archive ingestion date. If null or empty, then current date-time minus seven days is considered.untildate-timeDefaults to 2024-02-02T10:09:32.7252683ZRepresents the archive ingestion date. If null or empty, then current date-time is considered.limitint321 to 200Defaults to 100Represents the number of items per response that can be returned.afterstring | nullRepresents the previous pagination cursor for a continuous request.Response 200Success code. Returns the requested archives.Updated 12 months ago