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
query
The search query for the application name
offset
The number of applications to skip when returning a page. By default it is set to 0.
limit
The number of applications to return in a page. By default it is set to 1000.
sortBy
The field to sort the results by. By default it is set to "appName".
sortOrder
The sort order for the sortBy. By default it is det to "asc".
Response
applicationsSchema
total
The total number of project applications.
applications
The list of applications that have connected to this Unleash instance.