Get Installed Applications
Returns an array of installed applications on the agent machine.
GET /assetmgmt/audit/{agentId}/software/installedapplications
- 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": [
{"ApplicationName": "string",
"Description": "string",
"Version": "string",
"Manufacturer": "string",
"ProductName": "string",
"DirectoryPath": "string",
"Size": 0,
"LastModifiedDate": "2016-02-08T17:14:20.671Z",
"Attributes": {}}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
