FAQ
First Steps
- Climatix IC user account is separate needed www.climatixic.com, options to get it:
- Request to your OEM Tenant admin for an Tenant admin role
- Request to a plant Owner for a User Role (privilege ‘CloudAPI access’ is needed)
- Sign-Up a new plant on www.climatixic.com to get a plant Owner account
- Register a User for API Subscription-Key’s via www.climatixic.com/#/Administration/Tenants -> API accounts > Please contact your tenant administrator or Siemens sales representative if you have further questions to this offer.
- Read ‘API Introduction’ on portal.api.climatixic.com
- Start the API ‘Authentication’, use the user from step 1 to get the Token (authorization bearer)
- Secondly use the API GET ‘ViewNodes’ with the token before and read your application structure
- Afterwards use the specific API’s for DataPoints, Plants, Users, etc.
GetDataPoints
https://api.climatixic.com/DataPoints
Example for GetDataPoints
with "parentId":
https://api.climatixic.com/DataPoints?parentId=[{"Plants": "P9595dd14-d8ab-4dda-806f-078b96b8e4fe"}]
with "filterId":
https://api.climatixic.com/DataPoints?filterId=[{"DataPoints": "P9595dd14-d8ab-4dda-806f-078b96b8e4fe;0!Online"}]
If you're tenant admin
In case you're tenant admin and would like to receive some datapoints you need to add the tenantId
in any case.
https://api.climatixic.com/DataPoints?parentId=[{"Plants": "P9595dd14-d8ab-4dda-806f-078b96b8e4fe"}]&tenantId=TDEADBEEF-1234-1EE7-0123-456789ABCDEF