GET api/Center/LivelihoodJobPortalList/{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 GetLivelihoodJobList_ResultName | Description | Type | Additional information |
---|---|---|---|
state | string |
None. |
|
ljmid | string |
None. |
|
centid | string |
None. |
|
centname | string |
None. |
|
parentbatch | string |
None. |
|
dateofsession | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "state": "sample string 1", "ljmid": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "parentbatch": "sample string 5", "dateofsession": "2025-05-10T12:35:38.5744906+05:30" }, { "state": "sample string 1", "ljmid": "sample string 2", "centid": "sample string 3", "centname": "sample string 4", "parentbatch": "sample string 5", "dateofsession": "2025-05-10T12:35:38.5744906+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfGetLivelihoodJobList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetLivelihoodJobList_Result> <centid>sample string 3</centid> <centname>sample string 4</centname> <dateofsession>2025-05-10T12:35:38.5744906+05:30</dateofsession> <ljmid>sample string 2</ljmid> <parentbatch>sample string 5</parentbatch> <state>sample string 1</state> </GetLivelihoodJobList_Result> <GetLivelihoodJobList_Result> <centid>sample string 3</centid> <centname>sample string 4</centname> <dateofsession>2025-05-10T12:35:38.5744906+05:30</dateofsession> <ljmid>sample string 2</ljmid> <parentbatch>sample string 5</parentbatch> <state>sample string 1</state> </GetLivelihoodJobList_Result> </ArrayOfGetLivelihoodJobList_Result>