Apps auflisten - 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 & Referenzen

Portfolio
Industrial Edge
Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Mit diesem Request werden alle Apps eines Benutzers sowie Apps, die für den Benutzer freigegeben sind, aufgelistet:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

{
    "data": {
        "developer-applications": [
            {
                "id": "6f35d459cd4840adaf95b7338c22b77b",
                "userId": "ef0c10d0d76b49fdbb99a5c7780ff5bb",
                "title": "app11",
                "iconUrl": "https://localhost:443/pp/PortalCache/app/6f35d459cd4840adaf95b7338c22b77b/1.png"
            }
        ]
    }
}