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

projectIdstringRequired

Query parameters

querystringOptional
The search query for the application name, sdk, environment
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 50.
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

projectApplicationsSchema
totalinteger
The total number of project applications.
applicationslist of objects
All applications defined for a specific project.

Errors