{ "opencollection": "1.0.0", "info": { "name": "Moxion Power Developer Device Faults API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Device Faults", "type": "folder" }, "items": [ { "info": { "name": "Get Device Faults", "type": "http" }, "http": { "method": "GET", "url": "http://api.moxionpower.com/developer/v1/devices/:deviceId/faults", "params": [ { "name": "deviceId", "value": "", "type": "path", "description": "Identifier of the Mobile Power Unit device." }, { "name": "start", "value": "", "type": "query", "description": "Inclusive start of the time range (ISO 8601). Range [start, end); max duration 1 day." }, { "name": "end", "value": "", "type": "query", "description": "Exclusive end of the time range (ISO 8601). Range [start, end); max duration 1 day." } ] }, "docs": "Gets a set of Timestamped Faults for a device. The time range of Faults is specified with the start and end parameters, including start and excluding end - [start, end). The max duration cannot exceed 1 day." } ] } ], "bundled": true }