Get All Rads

Get All Rads
Request
URI
GET
https://{api_host}/dt-rest/v100/appdef/manager/appdefs
COPY
Responses
200

successful operation

[
    {
        "version": "string",
        "appFilePath": "string",
        "tenantDesktopManagerId": "string",
        "dataCenterId": "string",
        "displayName": "string",
        "appName": "string",
        "commandline": "string",
        "farmId": 0,
        "verifyApp": false,
        "icons": [
            {
                "height": 0,
                "width": 0,
                "md5Sum": "string",
                "iconData": [
                    "string"
                ]
            }
        ],
        "installStatus": "string",
        "fileTypes": [
            {
                "value": "string",
                "type": "string",
                "displayName": "string",
                "id": "string",
                "links": [
                    {
                        "href": "string",
                        "rel": "string",
                        "deprecated": false,
                        "name": "string",
                        "method": "string"
                    }
                ]
            }
        ],
        "publisher": "string",
        "startDirectory": "string",
        "dateCreated": "string",
        "dateUpdated": "string",
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]