GET api/Center/GetEntrepreneurshipList/{lemid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lemid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
EntrepreneurshipListName | Description | Type | Additional information |
---|---|---|---|
dateofupdate | date |
None. |
|
parentbatch | string |
None. |
|
centid | string |
None. |
|
lemid | string |
None. |
|
state | string |
None. |
|
centname | string |
None. |
|
entrepeurneurshipDetail | Collection of EntrepreneurshipBodyDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "dateofupdate": "2025-05-10T12:07:34.4800482+05:30", "parentbatch": "sample string 1", "centid": "sample string 2", "lemid": "sample string 3", "state": "sample string 4", "centname": "sample string 5", "entrepeurneurshipDetail": [ { "ledid": 1, "studentid": "sample string 2", "studentname": "sample string 3", "attstatus": 4, "absentremark": "sample string 5", "anothertotext": "sample string 6", "benefittype": "sample string 7", "benefitted": "sample string 8", "benefitothertext": "sample string 9", "schemename": "sample string 10" }, { "ledid": 1, "studentid": "sample string 2", "studentname": "sample string 3", "attstatus": 4, "absentremark": "sample string 5", "anothertotext": "sample string 6", "benefittype": "sample string 7", "benefitted": "sample string 8", "benefitothertext": "sample string 9", "schemename": "sample string 10" } ] }
application/xml, text/xml
Sample:
<EntrepreneurshipList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <centid>sample string 2</centid> <centname>sample string 5</centname> <dateofupdate>2025-05-10T12:07:34.4800482+05:30</dateofupdate> <entrepeurneurshipDetail> <EntrepreneurshipBodyDetail> <absentremark>sample string 5</absentremark> <anothertotext>sample string 6</anothertotext> <attstatus>4</attstatus> <benefitothertext>sample string 9</benefitothertext> <benefitted>sample string 8</benefitted> <benefittype>sample string 7</benefittype> <ledid>1</ledid> <schemename>sample string 10</schemename> <studentid>sample string 2</studentid> <studentname>sample string 3</studentname> </EntrepreneurshipBodyDetail> <EntrepreneurshipBodyDetail> <absentremark>sample string 5</absentremark> <anothertotext>sample string 6</anothertotext> <attstatus>4</attstatus> <benefitothertext>sample string 9</benefitothertext> <benefitted>sample string 8</benefitted> <benefittype>sample string 7</benefittype> <ledid>1</ledid> <schemename>sample string 10</schemename> <studentid>sample string 2</studentid> <studentname>sample string 3</studentname> </EntrepreneurshipBodyDetail> </entrepeurneurshipDetail> <lemid>sample string 3</lemid> <parentbatch>sample string 1</parentbatch> <state>sample string 4</state> </EntrepreneurshipList>