Skip to main content
Evaluate Simulation Variables
curl --request POST \
  --url https://api.ionworks.com/simulations/{simulation_id}/evaluate \
  --header 'Content-Type: application/json' \
  --data '
{
  "variables": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

simulation_id
string
required

Body

application/json

Request body for evaluating specific variables from a simulation.

variables
string[]
required

List of variable names to evaluate from the simulation

Response

Successful Response