Save Pre/Post Answer
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"activityId":"6b0f0212-2ed2-11ef-bee7-0a71e33928b1",
"questionId":"f551f66a-2eec-11ef-bee7-0a71e33928b1",
"answer":"Jawaban f551f66a-2eec-11ef-bee7-0a71e33928b1"
}
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/web/secured/participant/pre-post/answer/save' \
--header 'Authorization: Bearer <token>' \
--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
application/json Modified at 2024-07-22 06:22:47