{ "opencollection": "1.0.0", "info": { "name": "Lytx..Management.Api Consent DeviceStatusInfo (GO9) API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "DeviceStatusInfo (GO9)", "type": "folder" }, "items": [ { "info": { "name": "Get Telematics Device Status Info Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.lytx.com/consent-management/plus/v1/devicestatusinfo", "params": [ { "name": "deviceId", "value": "", "type": "query", "description": "Can use either device serial number or device ID." }, { "name": "groupId", "value": "", "type": "query", "description": "Can use group ID or root group ID." }, { "name": "isDriving", "value": "", "type": "query", "description": "If true, only devices that are currently driving are returned." }, { "name": "isDeviceCommunicating", "value": "", "type": "query", "description": "If true, only devices that are currently communicating are returned." }, { "name": "limit", "value": "", "type": "query", "description": "Number of records to return." }, { "name": "offset", "value": "", "type": "query", "description": "Record to start with." }, { "name": "startDate", "value": "", "type": "query", "description": "The start date must be within the last 60 days." }, { "name": "order", "value": "", "type": "query", "description": "Sort direction." }, { "name": "sortProperty", "value": "", "type": "query", "description": "Name of property to sort on." }, { "name": "version", "value": "", "type": "query", "description": "API version number." } ] }, "docs": "Retrieve a list of all the device status info in an organization or subset of an organization" } ] } ], "bundled": true }