You can also get all details for a specific application. You require an application ID as unique identifier of the Industrial Edge application.
Use this request to list the configurations:
curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/applications/<your-application-id>'
A successful response looks like this:
{
"id": "hI5FOxrLcRCQ7doCpoQTDLXTki8al5sI",
"projectId": "d4f9b1e0f2a2429a9d44eb9c872845ea",
"icon": "https://localhost:443/pp/PortalCache/app/hI5FOxrLcRCQ7doCpoQTDLXTki8al5sI/appicon.png",
"title": "test",
"description": "test",
"appStatus": "PUBLISHED",
"appVersions": [
{
"versionId": "MyVXdONT5Mq5JBRxFl56thmZwowl6tYk",
"versionNumber": "0.0.5"
}
]
}