Public APIs
-
API Versions and Limits
API VersionsOur APIs are versioned in the url to the API. Examplehttp://<host>/v1/<domain> indicates that you are using version 1 of the APICurrently, our A...
-
Dates and Times
We support the ISO 8601 format for passing in dates and times. This allows for a very flexible array of options, allowing you to pass in the level of detail ...
-
Definitions
Click here to visit the Definitions page
-
Getting started with Public APIs
About Public APIsFor developers interested in extending and customizing the Forsta Plus platform via application programming interfaces (APIs), Forsta Plus o...
-
How to read and write data from a Python script using Forsta Plus public REST APIs, Jupyter Notebook and Quantipy
With the Forsta Plus REST APIs for reading and writing survey data and custom data, some new possibilities have opened up for more easily performing off-site...
-
Python script, weighting example
Import various libraries being used by this script import requests as reqimport jsonimport numpyimport pandas as pdimport quantipy as qpConfiguration of REST...
-
Requests
Our API is a collection of 'RESTful' web services. You interact with our resources by sending an HTTP message to a URL. The URL determines the resource and t...
-
Responses
An HTTP Response is what you get when you make an HTTP Request. There are two important properties of a response that you should care about: HTTP Status Cod...
-
Security
Access TokensAll requests to our APIs need to be authenticated. This authentication is done using access_tokens (Oauth 2.0). To get an access_token you must ...
-
Survey, SmartHub custom data and Studio setup
Import and launch survey Log on to https://author.euro|us|aus|nordic.confirmit.com/surveydesigner Import the example survey definition Example_survey.zip. L...