List developer apps on IEM - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge
Edition
02/2025
Language
English

List all developer applications on IEM. Use this request:

curl -i -X GET \
-H "Authorization:<your-authorization-token>" \
'https://<your-iem-url>/portal/api/v1/developer-applications'

A successful response looks like this:

{
    "data": {
        "developer-applications": [
            {
                "id": "610758a711434e19b1f85de8f8ffb8eb",
                "userId": "88b0d08729b94a949ad8f4ae1abf60c7",
                "title": "test",
                "iconUrl": "https://localhost:443/pp/PortalCache/app/610758a711434e19b1f85de8f8ffb8eb/29.png"
            }
        ]
    }
}