GET api/Student/GetLivelihoodCareerGuidanceReport/{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 GetLivelihoodCareerGuidanceReport_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. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| month | string |
None. |
|
| studentstudyingordropout | integer |
None. |
|
| topicforcareerguidance | string |
None. |
|
| continuingeducation | string |
None. |
|
| studentreenrolledinschool | 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",
"studentstudyingordropout": 1,
"topicforcareerguidance": "sample string 14",
"continuingeducation": "sample string 15",
"studentreenrolledinschool": "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",
"studentstudyingordropout": 1,
"topicforcareerguidance": "sample string 14",
"continuingeducation": "sample string 15",
"studentreenrolledinschool": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetLivelihoodCareerGuidanceReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetLivelihoodCareerGuidanceReport_Result>
<ccname>sample string 4</ccname>
<centid>sample string 7</centid>
<centname>sample string 8</centname>
<city>sample string 2</city>
<continuingeducation>sample string 15</continuingeducation>
<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>
<state>sample string 1</state>
<studentid>sample string 11</studentid>
<studentname>sample string 12</studentname>
<studentreenrolledinschool>sample string 16</studentreenrolledinschool>
<studentstudyingordropout>1</studentstudyingordropout>
<teamleaderid>sample string 3</teamleaderid>
<topicforcareerguidance>sample string 14</topicforcareerguidance>
</GetLivelihoodCareerGuidanceReport_Result>
<GetLivelihoodCareerGuidanceReport_Result>
<ccname>sample string 4</ccname>
<centid>sample string 7</centid>
<centname>sample string 8</centname>
<city>sample string 2</city>
<continuingeducation>sample string 15</continuingeducation>
<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>
<state>sample string 1</state>
<studentid>sample string 11</studentid>
<studentname>sample string 12</studentname>
<studentreenrolledinschool>sample string 16</studentreenrolledinschool>
<studentstudyingordropout>1</studentstudyingordropout>
<teamleaderid>sample string 3</teamleaderid>
<topicforcareerguidance>sample string 14</topicforcareerguidance>
</GetLivelihoodCareerGuidanceReport_Result>
</ArrayOfGetLivelihoodCareerGuidanceReport_Result>