View the List of ECU for specific vehicleId.
POST {{baseUrl}}/vehicles/:vehicleId/ecuReadouts?ecuId=sed
This API creates a readout of ECUs for one vehicle. If the result is available immediately, the result is returned. If the result isn't available, a location to the ECU readout is returned. This location shall be polled until the result is available. INFO: GET Requests are not yet supported!
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ecuId | string | Return this ECU id only. Default: Return all ECUs. |
RESPONSES
status: Created
{"ecuReadout":{"id":"exvs1479723908628241","asyncStatus":"Complete","receivedTimestamp":"2020-06-29T10:38:14+02:00","messageTimestamp":"2020-07-02T09:23:22+00:00","vehicleId":"WDD111111PKW01000","ecus":[{"ecuId":"CGW04T","softwareIds":["001 448 02 27 002"],"hardwareIds":["001 446 02 27 001"]},{"ecuId":"ACM21T","softwareIds":["017 448 87 54 001","022 448 15 54 001"],"hardwareIds":["000 446 67 54 001"]}]}}