- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Auth
- Secured
- Compatibility
- Activity
- Participant
- NDA
- Answer
- Notes
- Password
- Action Log
- Proctoring
- Get Participant InfoGET
- Meeting
- Open
- Open API Engauge
Save Pre/Post Answer
Developing
POST
/rest/web/secured/participant/pre-post/answer/save
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
activityId
stringÂ
required
questionId
stringÂ
required
answer
stringÂ
required
Example
{
"activityId": "6b0f0212-2ed2-11ef-bee7-0a71e33928b1",
"questionId": "f551f66a-2eec-11ef-bee7-0a71e33928b1",
"answer": "Jawaban f551f66a-2eec-11ef-bee7-0a71e33928b1"
}
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 'https://service-dash.dlabssaas.io/rest/web/secured/participant/pre-post/answer/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId":"6b0f0212-2ed2-11ef-bee7-0a71e33928b1",
"questionId":"f551f66a-2eec-11ef-bee7-0a71e33928b1",
"answer":"Jawaban f551f66a-2eec-11ef-bee7-0a71e33928b1"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}