GET /gui_app_framework/application_creation_task/{application_id}/auth

Retrieves an authorisation request for an application install.

Retrieves an authorisation request for an application install.

Table 1. GET /gui_app_framework/application_creation_task/{application_id}/auth resource details
MIME Type

application/json

Table 2. GET /gui_app_framework/application_creation_task/{application_id}/auth request parameter details
Parameter Type Optionality Data Type MIME Type Description

application_id

path

Required

Number (Integer)

text/plain

Required - The application identifier.

fields

query

Optional

String

text/plain

Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas.

Table 3. GET /gui_app_framework/application_creation_task/{application_id}/auth response codes
HTTP Response Code Unique Code Description

200

Authorisation request was retrieved.

404

1002

The application identifier could not be found, or no authorisation request exists for the given application identifier.

409

33700

The application framework is currently disabled.

500

1020

The request could not be completed.

Response Description

Authorisation request details:
  • capabilities - Array of String - List of capabilities being requested.

Response Sample


{
    "capabilities": ["SEM", "EventViewer"]
}