GET api/Student/GetMobilizeStudentList/{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 GetMobilizeStudentList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| mobid | integer |
None. |
|
| mobileno | string |
None. |
|
| fullname | string |
None. |
|
| centname | string |
None. |
|
| centid | string |
None. |
|
| formno | string |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
|
| teamleadername | string |
None. |
|
| teamleaderid | string |
None. |
|
| batchid | string |
None. |
|
| batchname | string |
None. |
|
| iditeamleaderid | string |
None. |
|
| iditeamleader | string |
None. |
|
| parentbatch | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"mobid": 1,
"mobileno": "sample string 2",
"fullname": "sample string 3",
"centname": "sample string 4",
"centid": "sample string 5",
"formno": "sample string 6",
"state": "sample string 7",
"district": "sample string 8",
"city": "sample string 9",
"teamleadername": "sample string 10",
"teamleaderid": "sample string 11",
"batchid": "sample string 12",
"batchname": "sample string 13",
"iditeamleaderid": "sample string 14",
"iditeamleader": "sample string 15",
"parentbatch": "sample string 16"
},
{
"mobid": 1,
"mobileno": "sample string 2",
"fullname": "sample string 3",
"centname": "sample string 4",
"centid": "sample string 5",
"formno": "sample string 6",
"state": "sample string 7",
"district": "sample string 8",
"city": "sample string 9",
"teamleadername": "sample string 10",
"teamleaderid": "sample string 11",
"batchid": "sample string 12",
"batchname": "sample string 13",
"iditeamleaderid": "sample string 14",
"iditeamleader": "sample string 15",
"parentbatch": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetMobilizeStudentList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetMobilizeStudentList_Result>
<batchid>sample string 12</batchid>
<batchname>sample string 13</batchname>
<centid>sample string 5</centid>
<centname>sample string 4</centname>
<city>sample string 9</city>
<district>sample string 8</district>
<formno>sample string 6</formno>
<fullname>sample string 3</fullname>
<iditeamleader>sample string 15</iditeamleader>
<iditeamleaderid>sample string 14</iditeamleaderid>
<mobid>1</mobid>
<mobileno>sample string 2</mobileno>
<parentbatch>sample string 16</parentbatch>
<state>sample string 7</state>
<teamleaderid>sample string 11</teamleaderid>
<teamleadername>sample string 10</teamleadername>
</GetMobilizeStudentList_Result>
<GetMobilizeStudentList_Result>
<batchid>sample string 12</batchid>
<batchname>sample string 13</batchname>
<centid>sample string 5</centid>
<centname>sample string 4</centname>
<city>sample string 9</city>
<district>sample string 8</district>
<formno>sample string 6</formno>
<fullname>sample string 3</fullname>
<iditeamleader>sample string 15</iditeamleader>
<iditeamleaderid>sample string 14</iditeamleaderid>
<mobid>1</mobid>
<mobileno>sample string 2</mobileno>
<parentbatch>sample string 16</parentbatch>
<state>sample string 7</state>
<teamleaderid>sample string 11</teamleaderid>
<teamleadername>sample string 10</teamleadername>
</GetMobilizeStudentList_Result>
</ArrayOfGetMobilizeStudentList_Result>