Skip to main content

Get Admin API application

GET 

/api/web/v1/applications/adminapi/:id

Get an Admin API application. Caller requires the APPLICATIONS:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the application to be fetched.

Responses

Successful

Schema

    allowLongLivedToken boolean

    Determines if the application can use a long-lived token for authentication.

    applicationTemplate stringrequired

    The name of the application template specific to this application type.

    applicationTemplateId string

    Application template id specific to this application type.

    description string

    Short description of application.

    id string

    Application ID.

    ipListId string

    The UUID of the IP Addresses list.

    lastAuthnDate date-time

    Last successful authentication time to use administration api

    logo string

    Base64 encoded logo image.

    name stringrequired

    Name of application.

    roleId string

    The UUID of the Site role to be associated with the API application. Pass an empty string value to unset the site role.

    sharedSecret string

    Shared secret for application.

    spRoleId string

    The UUID of the service provider role to be associated with the API application. Pass an empty string to unset the service provider role.

Loading...