GET api/Student/GetLivelihoodjobportalregReport/{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 GetLivelihoodjobportalregReport_ResultName | 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. |
|
studentid | string |
None. |
|
studentname | string |
None. |
|
month | string |
None. |
|
qualification | string |
None. |
|
reenrolledincollege | string |
None. |
|
registeredjobportalname | 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", "studentid": "sample string 11", "studentname": "sample string 12", "month": "sample string 13", "qualification": "sample string 14", "reenrolledincollege": "sample string 15", "registeredjobportalname": "sample string 16" }, { "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", "studentid": "sample string 11", "studentname": "sample string 12", "month": "sample string 13", "qualification": "sample string 14", "reenrolledincollege": "sample string 15", "registeredjobportalname": "sample string 16" } ]
application/xml, text/xml
Sample:
<ArrayOfGetLivelihoodjobportalregReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetLivelihoodjobportalregReport_Result> <ccname>sample string 4</ccname> <centid>sample string 7</centid> <centname>sample string 8</centname> <city>sample string 2</city> <coursename>sample string 10</coursename> <iditeamleaderid>sample string 5</iditeamleaderid> <month>sample string 13</month> <parentbatch>sample string 9</parentbatch> <programfellow>sample string 6</programfellow> <qualification>sample string 14</qualification> <reenrolledincollege>sample string 15</reenrolledincollege> <registeredjobportalname>sample string 16</registeredjobportalname> <state>sample string 1</state> <studentid>sample string 11</studentid> <studentname>sample string 12</studentname> <teamleaderid>sample string 3</teamleaderid> </GetLivelihoodjobportalregReport_Result> <GetLivelihoodjobportalregReport_Result> <ccname>sample string 4</ccname> <centid>sample string 7</centid> <centname>sample string 8</centname> <city>sample string 2</city> <coursename>sample string 10</coursename> <iditeamleaderid>sample string 5</iditeamleaderid> <month>sample string 13</month> <parentbatch>sample string 9</parentbatch> <programfellow>sample string 6</programfellow> <qualification>sample string 14</qualification> <reenrolledincollege>sample string 15</reenrolledincollege> <registeredjobportalname>sample string 16</registeredjobportalname> <state>sample string 1</state> <studentid>sample string 11</studentid> <studentname>sample string 12</studentname> <teamleaderid>sample string 3</teamleaderid> </GetLivelihoodjobportalregReport_Result> </ArrayOfGetLivelihoodjobportalregReport_Result>