GET api/Partner/SahyogiEvalCompetency/{partnerid}/{acyear}/{pgid}/{examtype}/{standard}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerid | string |
Required |
|
| acyear | string |
Required |
|
| pgid | string |
Required |
|
| examtype | string |
Required |
|
| standard | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SahyogiFCEvalCompetency| Name | Description | Type | Additional information |
|---|---|---|---|
| fcid | integer |
None. |
|
| city | string |
None. |
|
| pgid | string |
None. |
|
| partnerid | string |
None. |
|
| academicyear | string |
None. |
|
| assessmenttype | string |
None. |
|
| examtype | string |
None. |
|
| standard | string |
None. |
|
| totalstudent | integer |
None. |
|
| totalappeared | integer |
None. |
|
| c1 | integer |
None. |
|
| c2 | integer |
None. |
|
| c3 | integer |
None. |
|
| c4 | integer |
None. |
|
| c5 | integer |
None. |
|
| c6 | integer |
None. |
|
| c7 | integer |
None. |
|
| c8 | integer |
None. |
|
| c9 | integer |
None. |
|
| c10 | integer |
None. |
|
| c11 | integer |
None. |
|
| c12 | integer |
None. |
|
| c13 | integer |
None. |
|
| c14 | integer |
None. |
|
| c15 | integer |
None. |
|
| c16 | integer |
None. |
|
| semester | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"fcid": 1,
"city": "sample string 2",
"pgid": "sample string 3",
"partnerid": "sample string 4",
"academicyear": "sample string 5",
"assessmenttype": "sample string 6",
"examtype": "sample string 7",
"standard": "sample string 8",
"totalstudent": 1,
"totalappeared": 1,
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1,
"c8": 1,
"c9": 1,
"c10": 1,
"c11": 1,
"c12": 1,
"c13": 1,
"c14": 1,
"c15": 1,
"c16": 1,
"semester": "sample string 9"
},
{
"fcid": 1,
"city": "sample string 2",
"pgid": "sample string 3",
"partnerid": "sample string 4",
"academicyear": "sample string 5",
"assessmenttype": "sample string 6",
"examtype": "sample string 7",
"standard": "sample string 8",
"totalstudent": 1,
"totalappeared": 1,
"c1": 1,
"c2": 1,
"c3": 1,
"c4": 1,
"c5": 1,
"c6": 1,
"c7": 1,
"c8": 1,
"c9": 1,
"c10": 1,
"c11": 1,
"c12": 1,
"c13": 1,
"c14": 1,
"c15": 1,
"c16": 1,
"semester": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfSahyogiFCEvalCompetency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<SahyogiFCEvalCompetency>
<academicyear>sample string 5</academicyear>
<assessmenttype>sample string 6</assessmenttype>
<c1>1</c1>
<c10>1</c10>
<c11>1</c11>
<c12>1</c12>
<c13>1</c13>
<c14>1</c14>
<c15>1</c15>
<c16>1</c16>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<c8>1</c8>
<c9>1</c9>
<city>sample string 2</city>
<examtype>sample string 7</examtype>
<fcid>1</fcid>
<partnerid>sample string 4</partnerid>
<pgid>sample string 3</pgid>
<semester>sample string 9</semester>
<standard>sample string 8</standard>
<totalappeared>1</totalappeared>
<totalstudent>1</totalstudent>
</SahyogiFCEvalCompetency>
<SahyogiFCEvalCompetency>
<academicyear>sample string 5</academicyear>
<assessmenttype>sample string 6</assessmenttype>
<c1>1</c1>
<c10>1</c10>
<c11>1</c11>
<c12>1</c12>
<c13>1</c13>
<c14>1</c14>
<c15>1</c15>
<c16>1</c16>
<c2>1</c2>
<c3>1</c3>
<c4>1</c4>
<c5>1</c5>
<c6>1</c6>
<c7>1</c7>
<c8>1</c8>
<c9>1</c9>
<city>sample string 2</city>
<examtype>sample string 7</examtype>
<fcid>1</fcid>
<partnerid>sample string 4</partnerid>
<pgid>sample string 3</pgid>
<semester>sample string 9</semester>
<standard>sample string 8</standard>
<totalappeared>1</totalappeared>
<totalstudent>1</totalstudent>
</SahyogiFCEvalCompetency>
</ArrayOfSahyogiFCEvalCompetency>