GET api/Center/LivelihoodEnterpreneurshipList/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetLivelihoodEnterpreneurshipList_Result
NameDescriptionTypeAdditional information
lemid

string

None.

state

string

None.

centid

string

None.

centname

string

None.

parentbatch

string

None.

dateofupdate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "lemid": "sample string 1",
    "state": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "parentbatch": "sample string 5",
    "dateofupdate": "2025-05-10T12:37:49.8963409+05:30"
  },
  {
    "lemid": "sample string 1",
    "state": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "parentbatch": "sample string 5",
    "dateofupdate": "2025-05-10T12:37:49.8963409+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetLivelihoodEnterpreneurshipList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetLivelihoodEnterpreneurshipList_Result>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <dateofupdate>2025-05-10T12:37:49.8963409+05:30</dateofupdate>
    <lemid>sample string 1</lemid>
    <parentbatch>sample string 5</parentbatch>
    <state>sample string 2</state>
  </GetLivelihoodEnterpreneurshipList_Result>
  <GetLivelihoodEnterpreneurshipList_Result>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <dateofupdate>2025-05-10T12:37:49.8963409+05:30</dateofupdate>
    <lemid>sample string 1</lemid>
    <parentbatch>sample string 5</parentbatch>
    <state>sample string 2</state>
  </GetLivelihoodEnterpreneurshipList_Result>
</ArrayOfGetLivelihoodEnterpreneurshipList_Result>