GET api/Employee/GetDSEmployeeCoursewiseBeniCountonepage/{state}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
state | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentCountGraphName | Description | Type | Additional information |
---|---|---|---|
gbid | integer |
None. |
|
academicyear | string |
None. |
|
state | string |
None. |
|
DigitalEnhancementIDI | integer |
None. |
|
DigitalSkillForParents | integer |
None. |
|
DigitalSkillForYouth | integer |
None. |
|
PrePrimary | integer |
None. |
|
PrimaryFunWitEnglish | integer |
None. |
|
SecondaryComputerScience | integer |
None. |
|
SoftSkill | integer |
None. |
|
updateon | date |
None. |
|
type | string |
None. |
|
batname | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "gbid": 1, "academicyear": "sample string 2", "state": "sample string 3", "DigitalEnhancementIDI": 1, "DigitalSkillForParents": 1, "DigitalSkillForYouth": 1, "PrePrimary": 1, "PrimaryFunWitEnglish": 1, "SecondaryComputerScience": 1, "SoftSkill": 1, "updateon": "2025-05-10T10:43:48.3200952+05:30", "type": "sample string 4", "batname": "sample string 5" }, { "gbid": 1, "academicyear": "sample string 2", "state": "sample string 3", "DigitalEnhancementIDI": 1, "DigitalSkillForParents": 1, "DigitalSkillForYouth": 1, "PrePrimary": 1, "PrimaryFunWitEnglish": 1, "SecondaryComputerScience": 1, "SoftSkill": 1, "updateon": "2025-05-10T10:43:48.3200952+05:30", "type": "sample string 4", "batname": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfEnrollmentCountGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <EnrollmentCountGraph> <DigitalEnhancementIDI>1</DigitalEnhancementIDI> <DigitalSkillForParents>1</DigitalSkillForParents> <DigitalSkillForYouth>1</DigitalSkillForYouth> <PrePrimary>1</PrePrimary> <PrimaryFunWitEnglish>1</PrimaryFunWitEnglish> <SecondaryComputerScience>1</SecondaryComputerScience> <SoftSkill>1</SoftSkill> <academicyear>sample string 2</academicyear> <batname>sample string 5</batname> <gbid>1</gbid> <state>sample string 3</state> <type>sample string 4</type> <updateon>2025-05-10T10:43:48.3200952+05:30</updateon> </EnrollmentCountGraph> <EnrollmentCountGraph> <DigitalEnhancementIDI>1</DigitalEnhancementIDI> <DigitalSkillForParents>1</DigitalSkillForParents> <DigitalSkillForYouth>1</DigitalSkillForYouth> <PrePrimary>1</PrePrimary> <PrimaryFunWitEnglish>1</PrimaryFunWitEnglish> <SecondaryComputerScience>1</SecondaryComputerScience> <SoftSkill>1</SoftSkill> <academicyear>sample string 2</academicyear> <batname>sample string 5</batname> <gbid>1</gbid> <state>sample string 3</state> <type>sample string 4</type> <updateon>2025-05-10T10:43:48.3200952+05:30</updateon> </EnrollmentCountGraph> </ArrayOfEnrollmentCountGraph>