{ "info": { "name": "EventHub Esper PoC", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Evaluate tachograph driver-card activities", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/esper-poc/tachograph/driver-card-activities?tenantKey={{tenantKey}}&driverEntityId={{driverEntityId}}&occurredFrom={{occurredFrom}}&occurredTo={{occurredTo}}&guardHours=24&significantDrivingMinutes=3&mergeGapSeconds=60&operatingPeriodSplitRestHours=7", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "esper-poc", "tachograph", "driver-card-activities" ], "query": [ { "key": "tenantKey", "value": "{{tenantKey}}" }, { "key": "driverEntityId", "value": "{{driverEntityId}}" }, { "key": "occurredFrom", "value": "{{occurredFrom}}" }, { "key": "occurredTo", "value": "{{occurredTo}}" }, { "key": "guardHours", "value": "24" }, { "key": "significantDrivingMinutes", "value": "3" }, { "key": "mergeGapSeconds", "value": "60" }, { "key": "operatingPeriodSplitRestHours", "value": "7" } ] } } }, { "name": "Evaluate tachograph operating periods", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/esper-poc/tachograph/operating-period-evaluation?tenantKey={{tenantKey}}&driverId={{driverId}}&occurredFrom={{occurredFrom}}&occurredTo={{occurredTo}}&guardHours=24&operatingSplitIdleHours=7&significantDrivingMinutes=3&mergeGapSeconds=0&gapDetectionToleranceSeconds=0&sourceSelectionMode=MIXED&unknownTreatmentMode=AS_BREAK_REST", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "esper-poc", "tachograph", "operating-period-evaluation" ], "query": [ { "key": "tenantKey", "value": "{{tenantKey}}" }, { "key": "driverId", "value": "{{driverId}}" }, { "key": "occurredFrom", "value": "{{occurredFrom}}" }, { "key": "occurredTo", "value": "{{occurredTo}}" }, { "key": "guardHours", "value": "24" }, { "key": "operatingSplitIdleHours", "value": "7" }, { "key": "significantDrivingMinutes", "value": "3" }, { "key": "mergeGapSeconds", "value": "0" }, { "key": "gapDetectionToleranceSeconds", "value": "0" }, { "key": "sourceSelectionMode", "value": "MIXED" }, { "key": "unknownTreatmentMode", "value": "AS_BREAK_REST" } ] } } }, { "name": "Evaluate tachograph DTI enrichment", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/esper-poc/tachograph/dti-enrichment?tenantKey={{tenantKey}}&driverId={{driverId}}&occurredFrom={{occurredFrom}}&occurredTo={{occurredTo}}&guardHours=24&operatingSplitIdleHours=7&significantDrivingMinutes=3&mergeGapSeconds=0&gapDetectionToleranceSeconds=0&sourceSelectionMode=MIXED&unknownTreatmentMode=AS_BREAK_REST&vehicleEvidenceLookbackHours=720&geoSearchWindowMinutes=180&vicinityWindowMinutes=180", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "esper-poc", "tachograph", "dti-enrichment" ], "query": [ { "key": "tenantKey", "value": "{{tenantKey}}" }, { "key": "driverId", "value": "{{driverId}}" }, { "key": "occurredFrom", "value": "{{occurredFrom}}" }, { "key": "occurredTo", "value": "{{occurredTo}}" }, { "key": "guardHours", "value": "24" }, { "key": "operatingSplitIdleHours", "value": "7" }, { "key": "significantDrivingMinutes", "value": "3" }, { "key": "mergeGapSeconds", "value": "0" }, { "key": "gapDetectionToleranceSeconds", "value": "0" }, { "key": "sourceSelectionMode", "value": "MIXED" }, { "key": "unknownTreatmentMode", "value": "AS_BREAK_REST" }, { "key": "vehicleEvidenceLookbackHours", "value": "720" }, { "key": "geoSearchWindowMinutes", "value": "180" }, { "key": "vicinityWindowMinutes", "value": "180" } ] } } }, { "name": "Tachograph file sessions", "item": [ { "name": "Create tachograph file session", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "file", "type": "file", "src": "{{tachographDddFile}}" }, { "key": "tenantKey", "type": "text", "value": "{{tenantKey}}" }, { "key": "sourceInstanceKey", "type": "text", "value": "{{sourceInstanceKey}}" }, { "key": "sessionLabel", "type": "text", "value": "{{sessionLabel}}" } ] }, "url": { "raw": "{{baseUrl}}/api/eventhub/tachograph-file-sessions", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "tachograph-file-sessions" ] } } }, { "name": "Get tachograph file session", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/tachograph-file-sessions/{{sessionId}}", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "tachograph-file-sessions", "{{sessionId}}" ] } } }, { "name": "List tachograph file session drivers", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/tachograph-file-sessions/{{sessionId}}/drivers", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "tachograph-file-sessions", "{{sessionId}}", "drivers" ] } } }, { "name": "Get tachograph file session driver detail", "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/tachograph-file-sessions/{{sessionId}}/drivers/{{driverKey}}", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "tachograph-file-sessions", "{{sessionId}}", "drivers", "{{driverKey}}" ] } } }, { "name": "Delete tachograph file session", "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/eventhub/tachograph-file-sessions/{{sessionId}}", "host": [ "{{baseUrl}}" ], "path": [ "api", "eventhub", "tachograph-file-sessions", "{{sessionId}}" ] } } } ] } ], "variable": [ { "key": "baseUrl", "value": "http://localhost:8080" }, { "key": "tenantKey", "value": "default" }, { "key": "driverEntityId", "value": "00000000-0000-0000-0000-000000000000" }, { "key": "driverId", "value": "00000000-0000-0000-0000-000000000000" }, { "key": "occurredFrom", "value": "2026-04-01T00:00:00Z" }, { "key": "occurredTo", "value": "2026-05-01T00:00:00Z" }, { "key": "sourceInstanceKey", "value": "legalrequirements-drivercard" }, { "key": "sessionLabel", "value": "driver-card upload sample" }, { "key": "sessionId", "value": "00000000-0000-0000-0000-000000000000" }, { "key": "driverKey", "value": "12:12345678901200" }, { "key": "tachographDddFile", "value": "C:\\\\temp\\\\driver-card.ddd" } ] }