GET api/MobileAppServices/Get_Stud_Details?RollNo={RollNo}&ACYear={ACYear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RollNo | string |
Required |
|
| ACYear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpReponseMessageOfStudentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseStatus | string |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseData | Collection of StudentInfo |
None. |
|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"ResponseStatus": "sample string 1",
"ResponseMessage": "sample string 2",
"ResponseCode": 3,
"ResponseData": [
{
"RollNo": "sample string 1",
"StudentName": "sample string 2",
"Standard": "sample string 3",
"Section": "sample string 4",
"Sex": "sample string 5",
"Address": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"Country": "sample string 9",
"Pincode": "sample string 10",
"ContactNo1": "sample string 11",
"ContactNo2": "sample string 12",
"FatherName": "sample string 13",
"MotherName": "sample string 14",
"StudentPhoto": "sample string 15",
"CreatedDate": "2025-11-05T13:04:49.4222363+05:30",
"DOB": "sample string 17",
"SchoolName": "sample string 18",
"Created_Date": "11/05/2025"
},
{
"RollNo": "sample string 1",
"StudentName": "sample string 2",
"Standard": "sample string 3",
"Section": "sample string 4",
"Sex": "sample string 5",
"Address": "sample string 6",
"City": "sample string 7",
"State": "sample string 8",
"Country": "sample string 9",
"Pincode": "sample string 10",
"ContactNo1": "sample string 11",
"ContactNo2": "sample string 12",
"FatherName": "sample string 13",
"MotherName": "sample string 14",
"StudentPhoto": "sample string 15",
"CreatedDate": "2025-11-05T13:04:49.4222363+05:30",
"DOB": "sample string 17",
"SchoolName": "sample string 18",
"Created_Date": "11/05/2025"
}
],
"IsSuccess": true
}