GET api/PersonReviews/GetReviewQuestions?eventId={eventId}

Returns the review questions that the caller needs to answer after the specified event was completed. The review questions depend on the event type and the caller's role. As of May 19th 2017, rq are applicable only for study sessions.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

integer

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.