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

Get Application Icon

Description

Get icon image by application id and icon name. This API requires user authentication.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/users/v1/app-def/{appId}/icon/{iconName}
Copy

Path Parameters

Path Parameters

string
appId Required

appId


string
iconName Required

iconName


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns string formatted as byte of type image/png

Successfully sends png response

Errors

Errors

ErrorResponse
400

Bad request


ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Icon is not found in DB


ErrorResponse
500

Failed to retrieve icon

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/users/v1/app-def/{appId}/icon/{iconName}


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

Was this page helpful?