Auflisten von Projektanwendungen - 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

Verwenden Sie diese Anforderung, um alle Anwendungen eines bestimmten Projekts aufzulisten, Sie benötigen die Projekt-ID des Projekts als eindeutigen Identifikator:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

{
    "applications": [
        {
            "id": "6807df8753a2426c9fc9559345289421",
            "userId": "df72cc033e75458b86bd13b612406477",
            "title": "test",
            "iconUrl": "https://localhost:443/pp/PortalCache/app/6807df8753a2426c9fc9559345289421/4.png"
        }
    ]
}