GET api/Student/GetLivelihoodAwarenessReportSummary/{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 GetLivelihoodAwarenessReportSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| city | string |
None. |
|
| teamleaderid | string |
None. |
|
| ccname | string |
None. |
|
| iditeamleaderid | string |
None. |
|
| programfellow | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| parentbatch | string |
None. |
|
| coursename | string |
None. |
|
| dateofsession | date |
None. |
|
| totalstudent | integer |
None. |
|
| conductedby | string |
None. |
|
| designation | string |
None. |
|
| month | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"city": "sample string 2",
"teamleaderid": "sample string 3",
"ccname": "sample string 4",
"iditeamleaderid": "sample string 5",
"programfellow": "sample string 6",
"centid": "sample string 7",
"centname": "sample string 8",
"parentbatch": "sample string 9",
"coursename": "sample string 10",
"dateofsession": "2025-10-30T02:55:51.2048967+05:30",
"totalstudent": 1,
"conductedby": "sample string 11",
"designation": "sample string 12",
"month": "sample string 13"
},
{
"state": "sample string 1",
"city": "sample string 2",
"teamleaderid": "sample string 3",
"ccname": "sample string 4",
"iditeamleaderid": "sample string 5",
"programfellow": "sample string 6",
"centid": "sample string 7",
"centname": "sample string 8",
"parentbatch": "sample string 9",
"coursename": "sample string 10",
"dateofsession": "2025-10-30T02:55:51.2048967+05:30",
"totalstudent": 1,
"conductedby": "sample string 11",
"designation": "sample string 12",
"month": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetLivelihoodAwarenessReportSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetLivelihoodAwarenessReportSummary_Result>
<ccname>sample string 4</ccname>
<centid>sample string 7</centid>
<centname>sample string 8</centname>
<city>sample string 2</city>
<conductedby>sample string 11</conductedby>
<coursename>sample string 10</coursename>
<dateofsession>2025-10-30T02:55:51.2048967+05:30</dateofsession>
<designation>sample string 12</designation>
<iditeamleaderid>sample string 5</iditeamleaderid>
<month>sample string 13</month>
<parentbatch>sample string 9</parentbatch>
<programfellow>sample string 6</programfellow>
<state>sample string 1</state>
<teamleaderid>sample string 3</teamleaderid>
<totalstudent>1</totalstudent>
</GetLivelihoodAwarenessReportSummary_Result>
<GetLivelihoodAwarenessReportSummary_Result>
<ccname>sample string 4</ccname>
<centid>sample string 7</centid>
<centname>sample string 8</centname>
<city>sample string 2</city>
<conductedby>sample string 11</conductedby>
<coursename>sample string 10</coursename>
<dateofsession>2025-10-30T02:55:51.2048967+05:30</dateofsession>
<designation>sample string 12</designation>
<iditeamleaderid>sample string 5</iditeamleaderid>
<month>sample string 13</month>
<parentbatch>sample string 9</parentbatch>
<programfellow>sample string 6</programfellow>
<state>sample string 1</state>
<teamleaderid>sample string 3</teamleaderid>
<totalstudent>1</totalstudent>
</GetLivelihoodAwarenessReportSummary_Result>
</ArrayOfGetLivelihoodAwarenessReportSummary_Result>