Request
Body Params application/json
{
"list": [
{
"gbaType":"TYPE1",
"accuracy": 1.5,
"gameLevel": "1",
"itemId": "123412",
"pointingDirection": "Left",
"responseDirection": "Right",
"reactionTime": 3.45,
"rtSum": 10.0,
"timeLimit": 15.0,
"trialNum": 20
}
]
}
Request Code Samples
curl --location --request POST 'http://localhost:8082/rest/web/open/gba-pentest/start' \
--header 'Content-Type: application/json' \
--data-raw '{
"list": [
{
"gbaType":"TYPE1",
"accuracy": 1.5,
"gameLevel": "1",
"itemId": "123412",
"pointingDirection": "Left",
"responseDirection": "Right",
"reactionTime": 3.45,
"rtSum": 10.0,
"timeLimit": 15.0,
"trialNum": 20
}
]
}'
Responses
application/json Modified at 2024-03-06 02:01:11