GET api/Employee/GetDSEmployeeAgeGroupBeneficiarygraphAnalysis/{state}/{batname}/{academicyear}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
state | string |
Required |
|
batname | string |
Required |
|
academicyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AgewiseCountGraphName | 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-05-10T11:24:40.7465875+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-05-10T11:24:40.7465875+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-05-10T11:24:40.7465875+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-05-10T11:24:40.7465875+05:30</updateon> </AgewiseCountGraph> </ArrayOfAgewiseCountGraph>