Get Applications
DescriptionGets all applications, belonging to the specified org. If org is not provided, it will use the org from the authentication context.
Request
URLURL
Query Parameters
Query Parameters
If true, results will include details about app versions
include_complete example
true
Organization ID: non-super users can only access their own organization
org_id example
"5c2409df-a307-4a04-b558-fb0693d42890"
Page number to retrieve.
Search Criteria. Please see model definition for list of searchable fields.
search example
"id $eq id-1"
Size of each page.
Ascending/Descending. Format is property,{asc|desc} and default is ascending.
Authentication
Response
Response BodyResponse Body
200 OK
{
"empty": false,
"first": false,
"last": false,
"number": 4,
"numberOfElements": 10,
"size": 10,
"totalElements": 100,
"totalPages": 10
}
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
Whether Empty
Whether First Page
Whether Last Page
Current Page
Number of elements currently on this Page
Max size of the current Page
Total Number of elements
Total Pages
Errors
Unauthorized
Forbidden
Not Found