{ "opencollection": "1.0.0", "info": { "name": "Car Configurator Components Electronical Control Units (ECU's) API", "version": "2.0" }, "items": [ { "info": { "name": "Electronical Control Units (ECU's)", "type": "folder" }, "items": [ { "info": { "name": "View the List of Ecu for Specific vehicleId", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/vehicles/:vehicleId/ecuReadouts", "params": [ { "name": "vehicleId", "value": "", "type": "path", "description": "The vehicle identifier of the vehicle to read from" }, { "name": "ecuId", "value": "", "type": "query", "description": "Return this ECU id only. Default: Return all ECUs." } ] }, "docs": "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!" } ] } ], "bundled": true }