View the List of ECU for specific vehicleId.
POST {{baseUrl}}/vehicles/:vehicleId/ecuReadouts?ecuId=<string>
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. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"ecuReadout":{"asyncStatus":"Pending","id":"\u003cstring\u003e","messageTimestamp":"\u003cdateTime\u003e","vehicleId":"\u003cstring\u003e","ecus":[{"ecuId":"\u003cstring\u003e","details":[{"type":"\u003cstring\u003e","objectnumber":"\u003cstring\u003e","swversion":"\u003cstring\u003e","swsupplier":"\u003cstring\u003e","diagnosticid":"\u003cstring\u003e","hwsupplier":"\u003cstring\u003e","hwversion":"\u003cstring\u003e","hwserialnumber":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","objectnumber":"\u003cstring\u003e","swversion":"\u003cstring\u003e","swsupplier":"\u003cstring\u003e","diagnosticid":"\u003cstring\u003e","hwsupplier":"\u003cstring\u003e","hwversion":"\u003cstring\u003e","hwserialnumber":"\u003cstring\u003e"}]},{"ecuId":"\u003cstring\u003e","details":[{"type":"\u003cstring\u003e","objectnumber":"\u003cstring\u003e","swversion":"\u003cstring\u003e","swsupplier":"\u003cstring\u003e","diagnosticid":"\u003cstring\u003e","hwsupplier":"\u003cstring\u003e","hwversion":"\u003cstring\u003e","hwserialnumber":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","objectnumber":"\u003cstring\u003e","swversion":"\u003cstring\u003e","swsupplier":"\u003cstring\u003e","diagnosticid":"\u003cstring\u003e","hwsupplier":"\u003cstring\u003e","hwversion":"\u003cstring\u003e","hwserialnumber":"\u003cstring\u003e"}]}]}}