Get a list of all applications for a project.
This endpoint returns an list of all the applications for a project.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
Query parameters
query
The search query for the application name, sdk, environment
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 50.
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
projectApplicationsSchema
total
The total number of project applications.
applications
All applications defined for a specific project.