Scoring Form
scoring form response
Authorizations
AuthorizationstringRequired
Query parameters
responseIdstringOptional
id of response
Body
correctsstring[]OptionalExample:
list question id that corrects
637733b764d756b41d9ad7d8Responses
200
Response
application/json
post
/v2/form/form/response/scorePOST /v2/form/form/response/score HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"corrects": [
"637733b764d756b41d9ad7d8"
]
}200
Response
{
"message": "success",
"status": true
}Last updated