- 🐶 Walk through Apidog
- Web
- Secured
- Report
- Testing Tool
- Profile
- GBA
- Log
- Interview
- ToolsetGET
- Toolset ComponentPOST
- Toolset SaasGET
- User Home DashboardGET
- Dashboard interviewGET
- Open
- Testing Tool
- Openlink
- Log
- Toolset
- Save Testing Tool Item
- Toolset Timer
- Toolset Timer Toolset Component
- Get Toolset
- Get Batch Info
- Get Blockscreen
- Toolset Language
- Inform Consent
- Get Image
- Get File
- Get Profile
- Save Proctoring Open
- Open Simulation Answer
- Pentest GBA
- Upload Self Interview
- Upload Multimedia
- User Home Dashboard
- Open Dashboard
- Auth
- Color Theme
- Admin
- Secured
- Menu
- Report
- Master Aggregate Matriks (SAAS)
- Master Aggregate Matriks Dimension
- Report Master Aggregate
- Master Recommendation Formula
- Master Client Recom Formula
- Report List Batch Info
- Report List By Batch Id
- Report List By Project Id
- Report List Participant Individual By Project
- Report B2C List Participant Individual By Project
- Report List Participant Individual By Batch
- Download Template Excel Participant
- Download Template Excel Employee
- Export Engauge Link
- Project Info
- Report Bridge Tool Component Master Data CORE V2
- Report Bridge Tool Component Master Data DIVE V2
- Report Bridge Tool Component Master Data MOVE
- Report Bridge Tool Component Master Data MOVE V2
- Report Bridge Tool Component Master Data DISC
- Report Bridge Tool Component Master Data KOLB
- Report Bridge Tool Component Master Data AIMI
- Report Bridge Tool Component Master Data STI
- Report Bridge Tool Component Master Data Digital Sprint
- Report Bridge Tool Component Master Data Echo
- Report Ref Group Result Find All
- Participant
- Matriks Menu
- Tool Component
- Cluster
- Tool Component Folder
- Tool Set Folder
- Get All Tool Component
- Get Tool Component
- Get Tool Component Point Setting
- Block Find By Tool Component
- Preview Tool Component
- Get Tool Set
- Get Tool Set List
- Get Tool Set Detail
- Preview Tool Set
- Tool Set By Id
- Get Factsheet
- Get Block
- Update Item
- Add Tool Component
- Add Page
- Duplicate Tool Component
- Add Audiorec
- Update Fields Bipolar
- Update Constant Sum
- Update Field Forms
- Update Field RTE
- Update Fields Dropdown
- Update Drag And Drop
- Update Multiple Choice Item
- Update Audio Rec
- Delete Toolset
- Upload File
- Openlink Delivery
- Batch Project
- List Batch
- List Batch By Type
- List Batch By Company Id
- List Batch Openlink
- List Batch B2C
- List Batch B2C Participants
- List Batch Report
- Project Info
- Project Info B2C
- Batch Info B2C
- Project By Participant
- List Toolset
- Batch Find By Id
- Project Find By Id
- Get Level List
- Get Level Detail
- Add Batch
- Add Batch Open Link
- Edit Batch Open Link
- Edit Batch
- Delete Batch
- Recruitment Request
- App Config
- Admin Client Company
- Get All
- Get All By Company
- Client Company List
- Client Company List Subscription
- Get Client Company By Id
- Find Client Company
- Get Batch Info
- Get Client Company Batch Find All
- Get Client Company Batch Auto Authentication
- Get Employees for selection
- Add Admin Client
- Add Admin Client 2
- Add Client Partition
- Client Company Update
- Get Ref Theme Colors
- Email Template
- Subscription
- Dashboard
- Employee
- Rater
- Company
- Download Upload List
- Recruitment Master
- Client Setup
- Participant Interview
- Blockscreen
- Group Interview
- User Role
- Dimension
- Recommendation
- Key Actions
- Tool Folder
- Personality Traits
- Cutting Point
- proctoring download
- Ref
- ToolSet
- Project Manager Company
- Open
- Report
- Gateway Process
- Digital Sprint
- Matriks Menu
- DISC
- General Report
- Raw Data Report
- Project InfoGET
- Individual Report CognitiveGET
- Get Download ReportGET
- Report Master AggregateGET
- Get Download Report By BatchGET
- Get Download Report Aggregate ExcelGET
- Export PTM IndividualGET
- Export PTM Individual Zip PDFGET
- Export PTM Individual PdfGET
- Get Download Report GbaGET
- Batch InfoGET
- New RequestPOST
- Game Based Assesment
- Web Participant
- Login WebPOST
- Login Open Api (SAAS)POST
- Login WebGET
- Login Web CopyGET
- Login OpenlinkPOST
- Login 1POST
- Login StagingPOST
- Login SAASPOST
- Login odsPOST
- Login ProdPOST
- Login Prod SAASPOST
- Login ExternalPOST
- Login 2GET
- Refresh tokenPOST
- Refresh CacheGET
- Refresh token odsPOST
- Refresh token GbaPOST
- Test S3GET
- Test S3 ProdGET
Record Game Type 1
POST
/rest/web/secured/gba-record-raw/type-1/{gbaTypeLogId}
Request
Path Params
gbaTypeLogId
string
required
Example:
acf868ee-e2b6-4aa8-b177-7da7506f826d
Header Params
Authorization
string
required
Example:
Bearer {{access_token}}
Body Params application/json
list
array [object {10}]
required
gbaType
string
optional
accuracy
number
optional
gameLevel
string
optional
itemId
string
optional
pointingDirection
string
optional
responseDirection
string
optional
reactionTime
number
optional
rtSum
integer
optional
timeLimit
integer
optional
trialNum
integer
optional
Example
{
"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 samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8082/rest/web/secured/gba-record-raw/type-1/acf868ee-e2b6-4aa8-b177-7da7506f826d' \
--header 'Authorization: Bearer ' \
--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
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-03-06 02:01:11