v1

latestOpenAPI 3.0.32026-07-1718922.1 KB
Test Setup

Get the control time step

Returns the time step used for control.

get/step/{testid}

Response

Successful response with the time step.

messagestring
payloadnumber

The time step used for control.

statusinteger

Example response

{
  "message": "Control time step retrieved successfully.",
  "status": 200
}