GET api/reportcardExamMarks?termid={termid}&examid={examid}&classid={classid}&stuid={stuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| termid | integer |
Required |
|
| examid | integer |
Required |
|
| classid | integer |
Required |
|
| stuid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModelExamMarks| Name | Description | Type | Additional information |
|---|---|---|---|
| exammarksobj | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"exammarksobj": {}
}
application/xml, text/xml
Sample:
<ResponseModelExamMarks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/schoolinfoerpapi.property"> <exammarksobj /> </ResponseModelExamMarks>