Skip to main content
Create a simulation board for a study

Path Parameters

project_id
string
required
study_id
string
required

Body

application/json
name
string
required

The name of the simulation board.

template_id
string
required

The experiment template this board is bound to.

config
Config · object

Visualization config (plots and grid layout).

table_filter
Table Filter · object

Persisted MUI DataGrid filter model for this board.

column_visibility
Column Visibility · object | null

Persisted MUI DataGrid column visibility model for this board.

Response

Successful Response

name
string
required

The name of the simulation board.

template_id
string
required

The experiment template this board is bound to.

project_id
string
required

The project this simulation board belongs to.

organization_id
string
required

Organization this simulation board belongs to.

id
string
required

The unique identifier for the board.

created_at
string<date-time>
required

Timestamp of when the board was created.

study_id
string | null

The study this simulation board belongs to, if any.

config
Config · object

Visualization config (plots and grid layout).

table_filter
Table Filter · object

Persisted MUI DataGrid filter model for this board.

column_visibility
Column Visibility · object | null

Persisted MUI DataGrid column visibility model for this board.