chatbot
clear chat
Skip to main content
Version: v6.1 Latest

Solver results

GET 

/results/:scenarioId/sovler/:solutionId

Get the solution and the new achievability from the scenario's solve API call.

Request

Path Parameters

    solutionId stringrequired

    The solution id from the the scenario's solve API call.

Responses

OK

Schema
    id stringrequired
    scenarioId stringrequired
    simulationId stringrequired
    clientId stringrequired
    username stringrequired
    results object[]
  • Array [
  • 0 object
    name string
    results object[]
  • Array [
  • goalId string
    data object
    metadata object
    numberOfLives integer
    property name* number

    *property name can be anything

    goalName string
    totalAchieved integer
    eitherAlive integer
  • ]
  • 1 object
    name string
    results object[]
  • Array [
  • goalId string
    data object
    eitherAlive integer
  • ]
  • ]
  • goalId stringrequired
    diagnosticType stringrequired
    solutionId string
Loading...