GET api/JANANSSBOMBO/getstudent
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of studentexist| Name | Description | Type | Additional information |
|---|---|---|---|
| account | string |
None. |
|
| Name | string |
None. |
|
| admno | string |
None. |
|
| Fatherphone | string |
None. |
|
| Motherphone | string |
None. |
|
| Guardianphone | string |
None. |
|
| Subscriptionstart | date |
None. |
|
| Subscriptionend | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"account": "sample string 1",
"Name": "sample string 2",
"admno": "sample string 3",
"Fatherphone": "sample string 4",
"Motherphone": "sample string 5",
"Guardianphone": "sample string 6",
"Subscriptionstart": "2025-12-19T09:03:49.4288314+03:00",
"Subscriptionend": "2025-12-19T09:03:49.4288314+03:00"
},
{
"account": "sample string 1",
"Name": "sample string 2",
"admno": "sample string 3",
"Fatherphone": "sample string 4",
"Motherphone": "sample string 5",
"Guardianphone": "sample string 6",
"Subscriptionstart": "2025-12-19T09:03:49.4288314+03:00",
"Subscriptionend": "2025-12-19T09:03:49.4288314+03:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfstudentexist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
<studentexist>
<Fatherphone>sample string 4</Fatherphone>
<Guardianphone>sample string 6</Guardianphone>
<Motherphone>sample string 5</Motherphone>
<Name>sample string 2</Name>
<Subscriptionend>2025-12-19T09:03:49.4288314+03:00</Subscriptionend>
<Subscriptionstart>2025-12-19T09:03:49.4288314+03:00</Subscriptionstart>
<account>sample string 1</account>
<admno>sample string 3</admno>
</studentexist>
<studentexist>
<Fatherphone>sample string 4</Fatherphone>
<Guardianphone>sample string 6</Guardianphone>
<Motherphone>sample string 5</Motherphone>
<Name>sample string 2</Name>
<Subscriptionend>2025-12-19T09:03:49.4288314+03:00</Subscriptionend>
<Subscriptionstart>2025-12-19T09:03:49.4288314+03:00</Subscriptionstart>
<account>sample string 1</account>
<admno>sample string 3</admno>
</studentexist>
</ArrayOfstudentexist>