GET api/Employee/GetDSEmployeeAgeGroupBeneficiarygraphonepage/{state}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AgewiseCountGraph| Name | Description | Type | Additional information |
|---|---|---|---|
| gaid | integer |
None. |
|
| academicyear | string |
None. |
|
| state | string |
None. |
|
| p1 | integer |
None. |
|
| p2 | integer |
None. |
|
| p3 | integer |
None. |
|
| p4 | integer |
None. |
|
| p5 | integer |
None. |
|
| updateon | date |
None. |
|
| type | string |
None. |
|
| batname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"gaid": 1,
"academicyear": "sample string 2",
"state": "sample string 3",
"p1": 1,
"p2": 1,
"p3": 1,
"p4": 1,
"p5": 1,
"updateon": "2025-10-30T04:58:38.7541664+05:30",
"type": "sample string 4",
"batname": "sample string 5"
},
{
"gaid": 1,
"academicyear": "sample string 2",
"state": "sample string 3",
"p1": 1,
"p2": 1,
"p3": 1,
"p4": 1,
"p5": 1,
"updateon": "2025-10-30T04:58:38.7541664+05:30",
"type": "sample string 4",
"batname": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfAgewiseCountGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<AgewiseCountGraph>
<academicyear>sample string 2</academicyear>
<batname>sample string 5</batname>
<gaid>1</gaid>
<p1>1</p1>
<p2>1</p2>
<p3>1</p3>
<p4>1</p4>
<p5>1</p5>
<state>sample string 3</state>
<type>sample string 4</type>
<updateon>2025-10-30T04:58:38.7541664+05:30</updateon>
</AgewiseCountGraph>
<AgewiseCountGraph>
<academicyear>sample string 2</academicyear>
<batname>sample string 5</batname>
<gaid>1</gaid>
<p1>1</p1>
<p2>1</p2>
<p3>1</p3>
<p4>1</p4>
<p5>1</p5>
<state>sample string 3</state>
<type>sample string 4</type>
<updateon>2025-10-30T04:58:38.7541664+05:30</updateon>
</AgewiseCountGraph>
</ArrayOfAgewiseCountGraph>