Next Topic

Previous Topic

Book Contents

Get Add/Remove Programs

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

DisplayName

string

UninstallString

string

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "DisplayName": "string",
      "UninstallString": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}