GET api/Student/DownloadStudentIdiLite/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DownloadStudentIdiLite_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
city | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
studentid | string |
None. |
|
firstname | string |
None. |
|
fathername | string |
None. |
|
surname | string |
None. |
|
mothername | string |
None. |
|
gender | string |
None. |
|
contactno | string |
None. |
|
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "studentid": "sample string 5", "firstname": "sample string 6", "fathername": "sample string 7", "surname": "sample string 8", "mothername": "sample string 9", "gender": "sample string 10", "contactno": "sample string 11", "email": "sample string 12" }, { "state": "sample string 1", "city": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "studentid": "sample string 5", "firstname": "sample string 6", "fathername": "sample string 7", "surname": "sample string 8", "mothername": "sample string 9", "gender": "sample string 10", "contactno": "sample string 11", "email": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfDownloadStudentIdiLite_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <DownloadStudentIdiLite_Result> <centid>sample string 3</centid> <centname>sample string 4</centname> <city>sample string 2</city> <contactno>sample string 11</contactno> <email>sample string 12</email> <fathername>sample string 7</fathername> <firstname>sample string 6</firstname> <gender>sample string 10</gender> <mothername>sample string 9</mothername> <state>sample string 1</state> <studentid>sample string 5</studentid> <surname>sample string 8</surname> </DownloadStudentIdiLite_Result> <DownloadStudentIdiLite_Result> <centid>sample string 3</centid> <centname>sample string 4</centname> <city>sample string 2</city> <contactno>sample string 11</contactno> <email>sample string 12</email> <fathername>sample string 7</fathername> <firstname>sample string 6</firstname> <gender>sample string 10</gender> <mothername>sample string 9</mothername> <state>sample string 1</state> <studentid>sample string 5</studentid> <surname>sample string 8</surname> </DownloadStudentIdiLite_Result> </ArrayOfDownloadStudentIdiLite_Result>