post
https://saner.secpod.com/AncorWebService/perform
This method gets all the installed applications on the devices that exist in an Account. Details such as the application name, version, publisher, and host details are returned as a response when the ‘getInstalledApplications’ API is executed. The API will fetch applications installed on all the devices in the Account if the key ‘hostnames’ is not provided in the request body.
| Key Name | Meaning | Mandatory | Data Type |
|---|---|---|---|
| accountname | Name of the account for which installed applications are requested | Yes | string |
| hostnames | List of hostnames to fetch applications for specific devices (if not provided, all devices are considered) | No | array |
