GET api/Student/GetPlanTimeTableBatchNotification/{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 GetPlanTimeTableBatchNotification_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| std | string |
None. |
|
| batchname | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| pcid | string |
None. |
|
| pcname | string |
None. |
|
| month | string |
None. |
|
| year | 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",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"std": "sample string 7",
"batchname": "sample string 8",
"teamleaderid": "sample string 9",
"tlname": "sample string 10",
"pcid": "sample string 11",
"pcname": "sample string 12",
"month": "sample string 13",
"year": "sample string 14"
},
{
"state": "sample string 1",
"city": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"schoolid": "sample string 5",
"schoolname": "sample string 6",
"std": "sample string 7",
"batchname": "sample string 8",
"teamleaderid": "sample string 9",
"tlname": "sample string 10",
"pcid": "sample string 11",
"pcname": "sample string 12",
"month": "sample string 13",
"year": "sample string 14"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPlanTimeTableBatchNotification_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPlanTimeTableBatchNotification_Result>
<batchname>sample string 8</batchname>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 2</city>
<month>sample string 13</month>
<pcid>sample string 11</pcid>
<pcname>sample string 12</pcname>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<state>sample string 1</state>
<std>sample string 7</std>
<teamleaderid>sample string 9</teamleaderid>
<tlname>sample string 10</tlname>
<year>sample string 14</year>
</GetPlanTimeTableBatchNotification_Result>
<GetPlanTimeTableBatchNotification_Result>
<batchname>sample string 8</batchname>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 2</city>
<month>sample string 13</month>
<pcid>sample string 11</pcid>
<pcname>sample string 12</pcname>
<schoolid>sample string 5</schoolid>
<schoolname>sample string 6</schoolname>
<state>sample string 1</state>
<std>sample string 7</std>
<teamleaderid>sample string 9</teamleaderid>
<tlname>sample string 10</tlname>
<year>sample string 14</year>
</GetPlanTimeTableBatchNotification_Result>
</ArrayOfGetPlanTimeTableBatchNotification_Result>