GraphQL
Getting Started
The SICON API allows queries, subscriptions and mutations to be performed using GraphQL through a single endpoint.
GraphQL endpoint: <installation-ip-address>/api/graphql
Schema Documentation
Apollo Sandbox is available on all SICON OS installations at the GraphQL endpoint. To access this tool open a browser and navigate to: <installation-ip-address>/api/graphql
Apollo sandbox provides reference documentation of all available API operations (queries, subscriptions and mutations), and also provides an interactive explorer where users can validate and run requests. Information on setting up and using Apollo Sandbox can be found here.
Pages
Client Application Development
Query and Subscription Filters