Get Site
GET/sites/:siteId
Get a site by siteId, including detailed information such as name, area, location and polygon associated with the site.
IrisX customers can also access data connected to a Site via the GraphQL API
Via the Public GraphQL API, you can utilize query capabilities to fetch data connected to a site in one API call.. Explore the GraphQL schema through our GraphQL Explorer. Follow the 'site' subgraph and fetch additional data points like e.g. assets on site. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Site metadata.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error