Skip to main content

List application information

GET 

/api/web/v1/applicationinfo

deprecated

List application information. Caller requires the APPLICATIONS:VIEW permission.

Responses

Successful

Schema

  • Array [

  • applicationTemplate string

    The template the application was created from.

    applicationTemplateId string

    The UUID of the template the application was created from.

    authenticationMethod string

    The application authentication method.

    id string

    The UUID of the application.

    name string

    The name of the application.

  • ]

Loading...