Skip to content

Experiments controller all

Petr Štechmüller edited this page Aug 28, 2020 · 5 revisions

Description: retrieves all available experiments for one user

Workflow

Diagram workflow

Example of result

{
  "data": [
    {
      "id": 1,
      "name": "cvep",
      "description": "",
      "created": 1598187150898,
      "type": 2,
      "usedOutputs": {
        "led": true,
        "audio": false,
        "image": false
      },
      "outputCount": 1,
      "tags": [],
      "supportSequences": false
    },
    {
      "id": 2,
      "name": "erp",
      "description": "",
      "created": 1598620967259,
      "type": 1,
      "usedOutputs": {
        "led": true,
        "audio": false,
        "image": false
      },
      "outputCount": 1,
      "tags": [],
      "supportSequences": true
    },
    {
      "id": 3,
      "name": "fvep",
      "description": "",
      "created": 1598620974496,
      "type": 3,
      "usedOutputs": {
        "led": true,
        "audio": false,
        "image": false
      },
      "outputCount": 1,
      "tags": [],
      "supportSequences": false
    }
  ]
}
Home * [x] [Configuration](https://github.com/neuro-stimulator/neuro-server/wiki/Configuration)
Experiments
Sequences
Experiment results
Stimulator
Experiment player
Clone this wiki locally