Next Topic

Previous Topic

Book Contents

Get Installed Applications

Returns an array of installed applications on the agent machine.

GET /assetmgmt/audit/{agentId}/software/installedapplications

Headers

Model Schema

Field

Datatype

Filterable

Sortable

ApplicationName

string

Description

string

 

 

Version

string

 

 

Manufacturer

string

ProductName

string

DirectoryPath

string

 

 

Size

int

 

 

LastModifiedDate

string

 

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"
}