Get application data

Returns data about the specified application (appName). The data contains information on the name of the application, sdkVersion (which sdk reported these metrics, typically unleash-client-node:3.4.1 or unleash-client-java:7.1.0), as well as data about how to display this application in a list.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

appNamestringRequired

Response

applicationSchema
appNamestring
Name of the application
sdkVersionstring or null

Which SDK and version the application reporting uses. Typically represented as <identifier>:<version>

strategieslist of strings or null

Which strategies the application has loaded. Useful when trying to figure out if your custom strategy has been loaded in the SDK

descriptionstring or null
Extra information added about the application reporting the metrics. Only present if added via the Unleash Admin interface
urlstring or null
A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application
colorstring or null
The CSS color that is used to color the application's entry in the application list
iconstring or null
An URL to an icon file to be used for the applications's entry in the application list
usagelist of objects or null
The list of projects the application has been using.

Errors