[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get Programs For App Version

Description

Gets list of programs with icons for existing application version, belonging to the specified org. If org is not provided, it will use the org from the authentication context.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/av-appies/v1/app-versions/{appVersionId}/programs
Copy

Path Parameters

Path Parameters

string
appVersionId Required

App Version Id

appVersionId example
"e7421121-d052-4fd9-861f-7ce57246134e"

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of ProgramDto of type */*
{
    "iconIndex": 1,
    "installLocation": "C:\\Program Files (x86)\\Google\\Chrome\\Application",
    "name": "Google Chrome",
    "publisher": "Google LLC",
    "systemComponent": 0,
    "version": "7.8.5"
}
icon Optional

Data Structure for Icon. Icon will have the icon image data in base64 encoded format which will be used to display the icon for an AppVersion or a Program


integer as int32
iconIndex Optional

icon index component of the program


string
installLocation Optional

installation location of the program


string
name Optional

name of the program


string
publisher Optional

publisher of the program


integer as int32
systemComponent Optional

system component of the program


string
version Optional

version location of the program

Errors

Errors

ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/av-appies/v1/app-versions/e7421121-d052-4fd9-861f-7ce57246134e/programs


Feedback

Was this page helpful?