GET api/JANANSSBOMBO/getstudent
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of studentexistName | 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": "2024-12-22T08:37:51.0910924+03:00", "Subscriptionend": "2024-12-22T08:37:51.0910924+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": "2024-12-22T08:37:51.0910924+03:00", "Subscriptionend": "2024-12-22T08:37:51.0910924+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>2024-12-22T08:37:51.0910924+03:00</Subscriptionend> <Subscriptionstart>2024-12-22T08:37:51.0910924+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>2024-12-22T08:37:51.0910924+03:00</Subscriptionend> <Subscriptionstart>2024-12-22T08:37:51.0910924+03:00</Subscriptionstart> <account>sample string 1</account> <admno>sample string 3</admno> </studentexist> </ArrayOfstudentexist>