GET api/questions?passageId={passageId}&standardId={standardId}
Gets questions for either a passage or based on an comma delimited list of standardIds TODO: There are sooooo many better ways to do this. Please look into this and fix it. Should probably be two routes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
passageId | integer |
None. |
|
standardId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.