Path parameters

  • id integer(int32) Required

    The id of the quiz answer

Responses

  • 200 application/json

    returns the quiz answer

  • 404

    Not found

GET /manager/quiz-answer/{id}
curl \
 --request GET 'https://domain.tld/api/v2/manager/quiz-answer/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"