GET api/Employee/GetDepartmentwiseEMPCountPieGraph?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDepartmentwiseEMPCountPieGraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ogid | string |
None. |
|
| pgid | string |
None. |
|
| pgname | string |
None. |
|
| depid | string |
None. |
|
| depname | string |
None. |
|
| finyear | string |
None. |
|
| empcount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ogid": "sample string 1",
"pgid": "sample string 2",
"pgname": "sample string 3",
"depid": "sample string 4",
"depname": "sample string 5",
"finyear": "sample string 6",
"empcount": 1
},
{
"ogid": "sample string 1",
"pgid": "sample string 2",
"pgname": "sample string 3",
"depid": "sample string 4",
"depname": "sample string 5",
"finyear": "sample string 6",
"empcount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDepartmentwiseEMPCountPieGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDepartmentwiseEMPCountPieGraph_Result>
<depid>sample string 4</depid>
<depname>sample string 5</depname>
<empcount>1</empcount>
<finyear>sample string 6</finyear>
<ogid>sample string 1</ogid>
<pgid>sample string 2</pgid>
<pgname>sample string 3</pgname>
</GetDepartmentwiseEMPCountPieGraph_Result>
<GetDepartmentwiseEMPCountPieGraph_Result>
<depid>sample string 4</depid>
<depname>sample string 5</depname>
<empcount>1</empcount>
<finyear>sample string 6</finyear>
<ogid>sample string 1</ogid>
<pgid>sample string 2</pgid>
<pgname>sample string 3</pgname>
</GetDepartmentwiseEMPCountPieGraph_Result>
</ArrayOfGetDepartmentwiseEMPCountPieGraph_Result>