Abrufen der Projekt-ID - 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 Projekte aufzulisten, die sich im Besitz eines Benutzers befinden:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

{
    "projects": [
        {
            "id": "4eac3c5dfb13448e923874bb5354de7b",
            "name": "newProject",
            "description": "test",
            "icon": "",
            "userId": "88b0d08729b94a949ad8f4ae1abf60c7"
        }
    ]
}