View the List of DTC Snapshot for specific vehicleId.
POST {{baseUrl}}/vehicles/:vehicleId/ecuId/:ecuId/dtcId/:dtcId/dtcSnapshotReadouts
This API creates a readout of a DTC snapshot from one vehicle. If the result is available immediately, the result is returned. If the result isn't available, a location to the DTC snapshot readout is returned. This location shall be polled until the result is available. INFO: GET Requests are not yet supported!
RESPONSES
status: Created
{"dtcSnapshotReadout":{"id":"exvs1488031622037652","asyncStatus":"Complete","receivedTimestamp":"2020-06-29T10:38:14+02:00","messageTimestamp":"2020-07-02T09:23:22+00:00","vehicleId":"WDD111111PKW01000","ecuId":"CGW04T","dtcId":"E0FEFF","dtcSnapshotParameters":[{"id":"originalOdometer","value":"736 Km"},{"id":"mostRecentOdometer","value":"736 Km"},{"id":"frequency","value":2},{"id":"ignitionCycle","value":4}]}}