GET api/Employee/GetDSCoursewisecompetencyGraph?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDSCoursewisecompetencyGraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| academicyear | string |
None. |
|
| dcname | string |
None. |
|
| c1 | integer |
None. |
|
| c2 | integer |
None. |
|
| c3 | integer |
None. |
|
| c4 | integer |
None. |
|
| c5 | integer |
None. |
|
| c6 | integer |
None. |
|
| tot | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"academicyear": "sample string 1",
"dcname": "sample string 2",
"c1": 3,
"c2": 4,
"c3": 5,
"c4": 6,
"c5": 7,
"c6": 8,
"tot": 9
},
{
"academicyear": "sample string 1",
"dcname": "sample string 2",
"c1": 3,
"c2": 4,
"c3": 5,
"c4": 6,
"c5": 7,
"c6": 8,
"tot": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDSCoursewisecompetencyGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDSCoursewisecompetencyGraph_Result>
<academicyear>sample string 1</academicyear>
<c1>3</c1>
<c2>4</c2>
<c3>5</c3>
<c4>6</c4>
<c5>7</c5>
<c6>8</c6>
<dcname>sample string 2</dcname>
<tot>9</tot>
</GetDSCoursewisecompetencyGraph_Result>
<GetDSCoursewisecompetencyGraph_Result>
<academicyear>sample string 1</academicyear>
<c1>3</c1>
<c2>4</c2>
<c3>5</c3>
<c4>6</c4>
<c5>7</c5>
<c6>8</c6>
<dcname>sample string 2</dcname>
<tot>9</tot>
</GetDSCoursewisecompetencyGraph_Result>
</ArrayOfGetDSCoursewisecompetencyGraph_Result>