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

Get Applications

Description

Gets all applications, 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/applications
Copy

Query Parameters

Query Parameters

boolean
include_complete Optional

If true, results will include details about app versions

include_complete example
true

string
org_id Optional

Organization ID: non-super users can only access their own organization

org_id example
"5c2409df-a307-4a04-b558-fb0693d42890"

string
page Optional

Page number to retrieve.


string
search Optional

Search Criteria. Please see model definition for list of searchable fields.

search example
"id $eq id-1"

string
size Optional

Size of each page.


array of string
sort Optional

Ascending/Descending. Format is property,{asc|desc} and default is ascending.

Parameter Serialization Style: form Explode:true

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ApplicationDtoPage of type */*
{
    "empty": false,
    "first": false,
    "last": false,
    "number": 4,
    "numberOfElements": 10,
    "size": 10,
    "totalElements": 100,
    "totalPages": 10
}
array of ApplicationDto
content Optional

Schema Representation for Application. Application is the Virtual Application container which will be created by the administrator to store the diffrent application packages captured or imported to be stored under. This will act as a grouping for different versions of the same software, so that the administrator can mark one of the application versions using a marker and that can be used in an assignment. Eg: “Microsoft Office” will be created as an application which is the virtual application container which will contain “Microsoft Office 2013 sp1” as an application version under it, “Microsoft_Office_2013_SP1_Clean.vhd” can be the application package containing the particular application version


boolean
empty Optional

Whether Empty


boolean
first Optional

Whether First Page


boolean
last Optional

Whether Last Page


integer as int32
number Optional

Current Page


integer as int32
numberOfElements Optional

Number of elements currently on this Page


pageable Optional

Schema for page


integer as int32
size Optional

Max size of the current Page


sort Optional

Schema for sort


integer as int64
totalElements Optional

Total Number of elements


integer as int32
totalPages Optional

Total Pages

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/applications


Feedback

Was this page helpful?