Device history
GET https://api.pegasusgateway.com/devices/:imei/history
Sucessful Response
Field | Type | Description |
---|---|---|
prev_config | String | Previous configuration key |
set_config | String | Configuration set |
time | Number | Epoch timestamp of when configuration was queued up |
device | Number | Device id |
user_name | String | User who changed configuration (!!device means the configuration was synchronized) |
id | Number | Configuration history id |
RESPONSES
status: OK
[{"prev_config":"0000","set_config":"i230","time":1562851137,"device":814401083083440,"user_name":"root","id":10981},{"prev_config":"0000","set_config":"i230","time":1562851160,"device":814401083083440,"user_name":"!!device","id":10982}]