/
Request Plants from a Portal
Request Plants from a Portal
In order to have all plants on one portal, use this API Call:
GET https://{baseUrl}/api/v1/{portal}/administration/plants
In the response, all plants to which the API user has access are reported back. An object for a plant looks like this:
[
{
"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
}
]
Related content
Request connected Components
Request connected Components
More like this
Available API data points
Available API data points
Read with this
Portal API Basic - Package description
Portal API Basic - Package description
More like this
Epochs and CrossEpochs
Epochs and CrossEpochs
Read with this
Anlagen für ein Portal abfragen
Anlagen für ein Portal abfragen
More like this
Import environment file and collection
Import environment file and collection
Read with this