GraphQL API
Learn about building apps and integrations on top of CalcTree's API
Last updated
Learn about building apps and integrations on top of CalcTree's API
Last updated
CalcTree's GraphQL endpoint is:
Right now we support personal API keys for authentication. Check out this to see how to create one.
Headers for your API calls should look like this:
You'll need your page and workspace IDs to connect to pages in your workspace from an external tool. Both can be found in the URL of a page, which take the form:
As well as in the page URL, you can find your pageID on the RHS integrations pane of your page.
Your workspaceID can be found in the URL of the page you're in, in a given workspace. For example, for this URL:
The workspaceID would be ae3d7998-a4c7-41c1-abfd-fb3f07a80f21
.
The API allows for two different types of calls, and mutations.
Query API calls let you inspect elements in CalcTree, mainly data and calculations (pages). See this for details and examples of available queries.