GET api/Employee/GetRptDSAssessmentPieGraphonepage/{state}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssesmentCountGraph| Name | Description | Type | Additional information |
|---|---|---|---|
| gaid | integer |
None. |
|
| academicyear | string |
None. |
|
| state | string |
None. |
|
| agrade | integer |
None. |
|
| bgrade | integer |
None. |
|
| cgrade | 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",
"agrade": 1,
"bgrade": 1,
"cgrade": 1,
"updateon": "2025-10-30T05:05:43.3431659+05:30",
"type": "sample string 4",
"batname": "sample string 5"
},
{
"gaid": 1,
"academicyear": "sample string 2",
"state": "sample string 3",
"agrade": 1,
"bgrade": 1,
"cgrade": 1,
"updateon": "2025-10-30T05:05:43.3431659+05:30",
"type": "sample string 4",
"batname": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfAssesmentCountGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<AssesmentCountGraph>
<academicyear>sample string 2</academicyear>
<agrade>1</agrade>
<batname>sample string 5</batname>
<bgrade>1</bgrade>
<cgrade>1</cgrade>
<gaid>1</gaid>
<state>sample string 3</state>
<type>sample string 4</type>
<updateon>2025-10-30T05:05:43.3431659+05:30</updateon>
</AssesmentCountGraph>
<AssesmentCountGraph>
<academicyear>sample string 2</academicyear>
<agrade>1</agrade>
<batname>sample string 5</batname>
<bgrade>1</bgrade>
<cgrade>1</cgrade>
<gaid>1</gaid>
<state>sample string 3</state>
<type>sample string 4</type>
<updateon>2025-10-30T05:05:43.3431659+05:30</updateon>
</AssesmentCountGraph>
</ArrayOfAssesmentCountGraph>