{ "opencollection": "1.0.0", "info": { "name": "Automile ClientApi ResourceOwnerIMEIEvent API", "version": "v1" }, "items": [ { "info": { "name": "ResourceOwnerIMEIEvent", "type": "folder" }, "items": [ { "info": { "name": "Get a list of all IMEIEvents that user is associated with", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/imeievents" }, "docs": "Only IMEIEvents that the user is associated with will be returned by this operation." }, { "info": { "name": "Gets MILIMEIevent for given imeiEventId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/imeievents/mil/:imeiEventId", "params": [ { "name": "imeiEventId", "value": "", "type": "path", "description": "The id to IMEIevent" } ] }, "docs": "The user only has access to IMEIEvents that it is associated with" }, { "info": { "name": "Gets DTCIMEIevent for given imeiEventId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/imeievents/dtc/:imeiEventId", "params": [ { "name": "imeiEventId", "value": "", "type": "path", "description": "The id to IMEIevent" } ] }, "docs": "The user only has access to IMEIEvents that it is associated with" }, { "info": { "name": "Gets StatusIMEIevent for given imeiEventId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/resourceowner/imeievents/status/:imeiEventId", "params": [ { "name": "imeiEventId", "value": "", "type": "path", "description": "The id to IMEIevent" } ] }, "docs": "The user only has access to IMEIEvents that it is associated with" } ] } ], "bundled": true }