{ "opencollection": "1.0.0", "info": { "name": "Car Configurator Components Resources API", "version": "2.0" }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "View the List of Resources", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/vehicles/:vehicleId/resourceReadouts", "params": [ { "name": "vehicleId", "value": "", "type": "path", "description": "vehicleId of the resources to be viewed" } ] }, "docs": "This API creates a readout of available resources to the accessing party for one vehicle. If the result is available immediately, the result is returned. If the result isn't available, a location to the resource readout is returned. This location shall be polled until the result is available. INFO: GET Requests are not yet supported!" } ] } ], "bundled": true }