List Installed Applications 1

List Installed Applications 1

Lists the installed applications on the given farm.

Request
URI
GET
https://{api_host}//localhost/rest/inventory/v1/farms/{id}/installed-applications
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "executable_path": "C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Firefox.lnk",
        "file_types": [
            {
                "description": "Firefox Document",
                "type": ".html"
            }
        ],
        "name": "Firefox",
        "other_file_types": [
            {
                "description": "Firefox URL",
                "name": "https",
                "type": "URL"
            }
        ],
        "publisher": "Mozilla Corporation",
        "version": "72.0.2"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure