Get Legacy Remote Control Log
Returns an array of legacy remote control log entries.
GET /assetmgmt/logs/{agentguid}/legacyremotecontrol
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"StartTime": "2016-03-14T22:19:31.907Z",
"LastActiveTime": "2016-03-14T22:19:31.907Z",
"SessionType": 0,
"Admin": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}