{ "opencollection": "1.0.0", "info": { "name": "Automile ClientApi ResourceOwnerVehicleHealth API", "version": "v1" }, "items": [ { "info": { "name": "ResourceOwnerVehicleHealth", "type": "folder" }, "items": [ { "info": { "name": "Get health indicators for a vehicle", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/vehiclehealth/:vehicleId", "params": [ { "name": "vehicleId", "value": "", "type": "path", "description": "The vehicle id" } ] }, "docs": "Only vehicle that the user has access to can be queried" }, { "info": { "name": "Get health indicators for a vehicle over a period of time", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/vehiclehealth/:dateperiod/:vehicleId", "params": [ { "name": "dateperiod", "value": "", "type": "path", "description": "Date period parameter, in the form of only year (2014), year and month (201401), or interval {201301-201401}" }, { "name": "vehicleId", "value": "", "type": "path", "description": "The vehicle id" } ] }, "docs": "Only vehicle that the user has access to can be queried" } ] } ], "bundled": true }