Use this request to list all applications of a specific project, you need the project ID of the project as a unique identifier:
curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/projects/<your-app-id>/apps'
A successful response looks like this:
{
"applications": [
{
"id": "6807df8753a2426c9fc9559345289421",
"userId": "df72cc033e75458b86bd13b612406477",
"title": "test",
"iconUrl": "https://localhost:443/pp/PortalCache/app/6807df8753a2426c9fc9559345289421/4.png"
}
]
}