Liste Anwendungsdetails - 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

Um die Details einer bestimmten Anwendung aufzulisten, benötigen Sie die Anwendungs-ID der Anwendung als eindeutige Kennung:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

{
    "projectId": "161fe7016b694f77abd9ade9c9491b82",
    "description": "tetttt",
    "appStatus": "ACTIVE",
    "appLabels": [],
    "id": "6807df8753a2426c9fc9559345289421",
    "title": "test",
    "iconUrl": "https://localhost:443/pp/PortalCache/app/6807df8753a2426c9fc9559345289421/4.png"
}