Get Application
DescriptionGet an application by id, belonging to the specified org. If org is not provided, it will use the org from the authentication context.
Request
URLURL
Path Parameters
Path Parameters
Application Id
applicationId example
"e7421121-d052-4fd9-861f-7ce57246134e"
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"
Authentication
Response
Response BodyResponse Body
200 OK
{
"createdAt": "2022-07-11T07:44:49.619+00:00",
"description": "This is MS Office application",
"id": "e7421121-d052-4fd9-861f-7ce57246134e",
"location": "US",
"name": "MS Office",
"orgId": "e7421121-d052-4fd9-861f-7ce57246134e",
"updatedAt": "2022-07-11T07:44:49.619+00:00"
}
Schema Representation for AppVersion. AppVersion is the particular version of software installed/captured in a given capture session. As part of the Cloud native capture only one AppVersion can be part of a Package. AppVersion was called in the past as “App Bundle” in the 3.x terminology. This is uniquely identified by a uuid which is generated during the capture session. With application package merge, it is possible to have the same AppVersion in multiple packages and also that single Package can have more than one AppVersion contained in it. Eg: “Microsoft Office 2013 sp1” can be the application version which can be captured under a virtual application named “Microsoft Office”, and this version can reside on a package “Microsoft_Office_2013_SP1_Clean.vhd”
This represents the timestamp at which the object was created
Any Description for the application
This represents the unique Id of the Object
This represents the location
Name of the application
This represents the organization Id
Azure AD Object guid of the Owner
Possible values are: DELETE_FAILED , PENDING_DELETE
This represents the latest timestamp at which the object was updated
Errors
Unauthorized
Forbidden
Not Found