GET api/studentTestAdministrations?isOpen={isOpen}
Get all student test administrations for the currently logged in user. 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
Name | Description | Type | Additional information |
---|---|---|---|
isOpen | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.