Get Startup Apps
Returns an array of startup apps on the agent machine.
GET /assetmgmt/audit/{agentId}/software/startupapps
- 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": [
{"AppName": "string",
"AppCommand": "string",
"UserName": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
