Returns evaluation data for a specific evaluation

The GetEvaluationResponses command returns evaluation responses.

Securityapi_key
Request
query Parameters
id
required
integer <int32>

The unique identifier of the evaluation.

Example: id=12345
takenAfter
integer <int64>

The date/time (in Unix epoch time) that the evaluation response is after.

Example: takenAfter=1598292299
takenBefore
integer <int64>

The date/time (in Unix epoch time) that the evaluation response is after.

Example: takenBefore=1598465099
classId
integer <int32>

The unique identifier of the class the evaluation was taken in.

Example: classId=1223334444
eventId
integer <int32>

The unique identifier of the event the evaluation was taken in.

Example: eventId=24
Responses
200

OK Response.

get/GetEvaluationResponses
Request samples
Response samples
application/json
{
  • "Responses": [
    ],
  • "Error": null,
  • "Status": 1
}