Returns evaluation data for a specific event

The GetEvaluationResponsesForEvent command returns evaluation responses for a specific event.

Securityapi_key
Request
query Parameters
id
required
integer <int32>

The unique identifier of the event.

Example: id=12345
Responses
200

OK Response.

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