GET api/Student/GetRptSRMRegistration/{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 GetRptSRMRegistration_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| parentid | string |
None. |
|
| parentname | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| gender | string |
None. |
|
| age | string |
None. |
|
| contactno | string |
None. |
|
| occupation | string |
None. |
|
| havephone | string |
None. |
|
| stdate | date |
None. |
|
| enddate | date |
None. |
|
| batchname | string |
None. |
|
| acyear | string |
None. |
|
| partnername | string |
None. |
|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"parentid": "sample string 1",
"parentname": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"gender": "sample string 5",
"age": "sample string 6",
"contactno": "sample string 7",
"occupation": "sample string 8",
"havephone": "sample string 9",
"stdate": "2026-05-03T17:28:39.9517651+05:30",
"enddate": "2026-05-03T17:28:39.9517651+05:30",
"batchname": "sample string 10",
"acyear": "sample string 11",
"partnername": "sample string 12",
"state": "sample string 13",
"district": "sample string 14",
"city": "sample string 15"
},
{
"parentid": "sample string 1",
"parentname": "sample string 2",
"centid": "sample string 3",
"centname": "sample string 4",
"gender": "sample string 5",
"age": "sample string 6",
"contactno": "sample string 7",
"occupation": "sample string 8",
"havephone": "sample string 9",
"stdate": "2026-05-03T17:28:39.9517651+05:30",
"enddate": "2026-05-03T17:28:39.9517651+05:30",
"batchname": "sample string 10",
"acyear": "sample string 11",
"partnername": "sample string 12",
"state": "sample string 13",
"district": "sample string 14",
"city": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptSRMRegistration_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptSRMRegistration_Result>
<acyear>sample string 11</acyear>
<age>sample string 6</age>
<batchname>sample string 10</batchname>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 15</city>
<contactno>sample string 7</contactno>
<district>sample string 14</district>
<enddate>2026-05-03T17:28:39.9517651+05:30</enddate>
<gender>sample string 5</gender>
<havephone>sample string 9</havephone>
<occupation>sample string 8</occupation>
<parentid>sample string 1</parentid>
<parentname>sample string 2</parentname>
<partnername>sample string 12</partnername>
<state>sample string 13</state>
<stdate>2026-05-03T17:28:39.9517651+05:30</stdate>
</GetRptSRMRegistration_Result>
<GetRptSRMRegistration_Result>
<acyear>sample string 11</acyear>
<age>sample string 6</age>
<batchname>sample string 10</batchname>
<centid>sample string 3</centid>
<centname>sample string 4</centname>
<city>sample string 15</city>
<contactno>sample string 7</contactno>
<district>sample string 14</district>
<enddate>2026-05-03T17:28:39.9517651+05:30</enddate>
<gender>sample string 5</gender>
<havephone>sample string 9</havephone>
<occupation>sample string 8</occupation>
<parentid>sample string 1</parentid>
<parentname>sample string 2</parentname>
<partnername>sample string 12</partnername>
<state>sample string 13</state>
<stdate>2026-05-03T17:28:39.9517651+05:30</stdate>
</GetRptSRMRegistration_Result>
</ArrayOfGetRptSRMRegistration_Result>