Use an app as calculation service and calculate a result given input parameters.

Log in to see full request history

Here you can use your calculation app through the API. Put your input values in the body like in this example.

{ "inputValues": { "A2": 12, "B2": "Simple Text" } }

The keys are the input fields from your App.

See Calculation App for a complete example.

Path Params
string
required

Id of the calculation app

Body Params
inputValues
object

Object with Key Value pairs. The Key is the Field and the Value is the field Value.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json