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

Alle Versionen einer bestimmten App auflisten. Hierfür benötigen Sie die App-ID der App als eindeutige Kennung:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

{
    "data": {
        "versions": [
            {
                "id": "3B3877scAqeqHo38XSb11ro4yL5rUxty",
                "number": "0.0.1",
                "status": 5
            }
        ]
    }
}