GET api/StudentImg
Documentation for 'GetStudentDetails'.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Img": "QEBA"
},
{
"Img": "QEBA"
},
{
"Img": "QEBA"
}
]
text/html
Sample:
[{"Img":"QEBA"},{"Img":"QEBA"},{"Img":"QEBA"}]
text/xml
Sample:
<ArrayOfStudentImg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChallansDetails.Models">
<StudentImg>
<Img>QEBA</Img>
</StudentImg>
<StudentImg>
<Img>QEBA</Img>
</StudentImg>
<StudentImg>
<Img>QEBA</Img>
</StudentImg>
</ArrayOfStudentImg>