Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Um alle Anlagen auf einem Portal nutzen Sie diesen API Call:

GET https://{baseUrl}/api/v1/{portal}/administration/plants

In der Antwort werden alle Anlagen zurückgemeldet auf die der API Benutzer Zugriff hat. Ein Objekt für eine Anlage sieht wie folgt aus:

[
  {
    "id": "string",
    "ffufId": 0,
    "label": "string",
    "plantSize": 0,
    "createdAt": "2023-02-03T14:34:26.720Z",
    "functionalities": [
      "string"
    ],
    "firmware": "string",
    "firmwareDate": "string",
    "firmwareVersion": "string",
    "deviceFullName": "string",
    "vendor": "SDS",
    "identifier": "string",
    "configStatus": 0,
    "fleetCount": 0,
    "latitude": 0,
    "longitude": 0,
    "fleets": [
      "string"
    ],
    "plantCreator": 0,
    "crcVersion": 0,
    "componentsClasses": [
      "string"
    ],
    "componentsTypes": [
      "string"
    ],
    "targetPercentage": 0
  }
]
  • No labels