List developer apps on IEM - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

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"
            }
        ]
    }
}