Holen Sie sich die Unternehmens-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 Unternehmen aufzulisten, die einem Benutzer gehören:

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

Eine erfolgreiche Antwort sieht wie folgt aus:

{
    "companies": [
        {
            "companyId": "c536d7f53d144978a4b1020c418f2008",
            "userId": "88b0d08729b94a949ad8f4ae1abf60c7",
            "name": "testz",
            "address": "string",
            "city": "string",
            "state": "string",
            "country": "string",
            "postalCode": "string",
            "webAddress": "http://j6kqdu-75clfkpzty8xvztmko-su2npqvwfphwg7fyr-kzjl4hcebx3x4-ypnab72l0cz599f7q0mzwe6mlohdxj3udbk",
            "phone": "1231231",
            "email": "test@siemens.com"
        }
    ]
}