Get all applications

Returns all applications registered with Unleash. Applications can be created via metrics reporting or manual creation

Authentication

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

Query parameters

querystringOptional
The search query for the application name
offsetstringOptional
The number of applications to skip when returning a page. By default it is set to 0.
limitstringOptional
The number of applications to return in a page. By default it is set to 1000.
sortBystringOptional
The field to sort the results by. By default it is set to "appName".
sortOrderstringOptional
The sort order for the sortBy. By default it is det to "asc".

Response

applicationsSchema
totalinteger
The total number of project applications.
applicationslist of objects
The list of applications that have connected to this Unleash instance.