GET api/Student/GetRptIVDPLiteracylitePartnerwise/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptIVDPLiteracylitePartnerwise_ResultName | Description | Type | Additional information |
---|---|---|---|
year | string |
None. |
|
partnerid | string |
None. |
|
partnername | string |
None. |
|
pgid | string |
None. |
|
totstud | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
q1 | integer |
None. |
|
q2 | integer |
None. |
|
q3 | integer |
None. |
|
q4 | integer |
None. |
|
q5 | integer |
None. |
|
q6 | integer |
None. |
|
q7 | integer |
None. |
|
q8 | integer |
None. |
|
q9 | integer |
None. |
|
q10 | integer |
None. |
|
q11 | integer |
None. |
|
q12 | integer |
None. |
|
q13 | integer |
None. |
|
q14 | integer |
None. |
|
q15 | integer |
None. |
|
q16 | integer |
None. |
|
absent | integer |
None. |
|
mode | string |
None. |
|
ipabsent | integer |
None. |
|
rtabsent | integer |
None. |
|
wtabsent | integer |
None. |
|
owabsent | integer |
None. |
|
enabsent | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "year": "sample string 1", "partnerid": "sample string 2", "partnername": "sample string 3", "pgid": "sample string 4", "totstud": 1, "boys": 1, "girls": 1, "q1": 1, "q2": 1, "q3": 1, "q4": 1, "q5": 1, "q6": 1, "q7": 1, "q8": 1, "q9": 1, "q10": 1, "q11": 1, "q12": 1, "q13": 1, "q14": 1, "q15": 1, "q16": 1, "absent": 1, "mode": "sample string 5", "ipabsent": 1, "rtabsent": 1, "wtabsent": 1, "owabsent": 1, "enabsent": 1 }, { "year": "sample string 1", "partnerid": "sample string 2", "partnername": "sample string 3", "pgid": "sample string 4", "totstud": 1, "boys": 1, "girls": 1, "q1": 1, "q2": 1, "q3": 1, "q4": 1, "q5": 1, "q6": 1, "q7": 1, "q8": 1, "q9": 1, "q10": 1, "q11": 1, "q12": 1, "q13": 1, "q14": 1, "q15": 1, "q16": 1, "absent": 1, "mode": "sample string 5", "ipabsent": 1, "rtabsent": 1, "wtabsent": 1, "owabsent": 1, "enabsent": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptIVDPLiteracylitePartnerwise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptIVDPLiteracylitePartnerwise_Result> <absent>1</absent> <boys>1</boys> <enabsent>1</enabsent> <girls>1</girls> <ipabsent>1</ipabsent> <mode>sample string 5</mode> <owabsent>1</owabsent> <partnerid>sample string 2</partnerid> <partnername>sample string 3</partnername> <pgid>sample string 4</pgid> <q1>1</q1> <q10>1</q10> <q11>1</q11> <q12>1</q12> <q13>1</q13> <q14>1</q14> <q15>1</q15> <q16>1</q16> <q2>1</q2> <q3>1</q3> <q4>1</q4> <q5>1</q5> <q6>1</q6> <q7>1</q7> <q8>1</q8> <q9>1</q9> <rtabsent>1</rtabsent> <totstud>1</totstud> <wtabsent>1</wtabsent> <year>sample string 1</year> </GetRptIVDPLiteracylitePartnerwise_Result> <GetRptIVDPLiteracylitePartnerwise_Result> <absent>1</absent> <boys>1</boys> <enabsent>1</enabsent> <girls>1</girls> <ipabsent>1</ipabsent> <mode>sample string 5</mode> <owabsent>1</owabsent> <partnerid>sample string 2</partnerid> <partnername>sample string 3</partnername> <pgid>sample string 4</pgid> <q1>1</q1> <q10>1</q10> <q11>1</q11> <q12>1</q12> <q13>1</q13> <q14>1</q14> <q15>1</q15> <q16>1</q16> <q2>1</q2> <q3>1</q3> <q4>1</q4> <q5>1</q5> <q6>1</q6> <q7>1</q7> <q8>1</q8> <q9>1</q9> <rtabsent>1</rtabsent> <totstud>1</totstud> <wtabsent>1</wtabsent> <year>sample string 1</year> </GetRptIVDPLiteracylitePartnerwise_Result> </ArrayOfGetRptIVDPLiteracylitePartnerwise_Result>