GET api/studentTestAdministrations?studentUserId={studentUserId}&isOpen={isOpen}

Get all student test administrations for a student. Response is filtered based on the isOpen parameter. Only pages the response when it is looking at closed administrations. TODO: REFACTOR. The response should either always be paged or never, not either or.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentUserId

string

Required

isOpen

boolean

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.