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!

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: Created

{"dtcSnapshotReadout":{"asyncStatus":"Complete","dtcId":"\u003cstring\u003e","ecuId":"\u003cstring\u003e","id":"\u003cstring\u003e","messageTimestamp":"\u003cdateTime\u003e","vehicleId":"\u003cstring\u003e","dtcSnapshotParameters":[{"id":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","value":"\u003cstring\u003e"}]}}