Returns an array of program entries in the add/remove list of Windows machines.
GET /assetmgmt/audit/{agentId}/software/addremoveprograms
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"DisplayName": "string",
"UninstallString": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}