GET api/Partner/GetPartnerIDIFellowlist/{pgid}/{partnerid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
Required |
|
| partnerid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerIDIFellowlist_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| centname | string |
None. |
|
| iditeamleaderid | string |
None. |
|
| fellow | string |
None. |
|
| academicyear | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"centname": "sample string 2",
"iditeamleaderid": "sample string 3",
"fellow": "sample string 4",
"academicyear": "sample string 5"
},
{
"centid": "sample string 1",
"centname": "sample string 2",
"iditeamleaderid": "sample string 3",
"fellow": "sample string 4",
"academicyear": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerIDIFellowlist_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerIDIFellowlist_Result>
<academicyear>sample string 5</academicyear>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<fellow>sample string 4</fellow>
<iditeamleaderid>sample string 3</iditeamleaderid>
</GetPartnerIDIFellowlist_Result>
<GetPartnerIDIFellowlist_Result>
<academicyear>sample string 5</academicyear>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<fellow>sample string 4</fellow>
<iditeamleaderid>sample string 3</iditeamleaderid>
</GetPartnerIDIFellowlist_Result>
</ArrayOfGetPartnerIDIFellowlist_Result>