GET api/Exam/is-examined/{setId}/{studentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| setId | integer |
Required |
|
| studentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| std | string |
None. |
|
| name | string |
None. |
|
| stid | integer |
None. |
|
| Status | integer |
None. |
|
| Content | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"std": "sample string 2",
"name": "sample string 3",
"stid": 4,
"Status": 5,
"Content": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnFirstWebApi.Models"> <Content /> <Message>sample string 1</Message> <Status>5</Status> <name>sample string 3</name> <std>sample string 2</std> <stid>4</stid> </Response>