{ "opencollection": "1.0.0", "info": { "name": "Samsung SmartThings Apps History API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "History", "type": "folder" }, "items": [ { "info": { "name": "Query Device History", "type": "http" }, "http": { "method": "GET", "url": "https://api.smartthings.com/v1/history/devices", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "deviceId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns the paginated event history for devices. Modeled from the public docs and SDK." } ] } ], "bundled": true }