GET api/Student/GetRptIDICenterEvalautionCenterWise/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptIDICenterEvalautionCenterWise_Result
NameDescriptionTypeAdditional information
coursename

string

None.

centid

string

None.

centname

string

None.

city

string

None.

ccname

string

None.

profellowname

string

None.

placementcname

string

None.

pcname

string

None.

ohname

string

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.

c17

integer

None.

c18

integer

None.

examtype

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "coursename": "sample string 1",
    "centid": "sample string 2",
    "centname": "sample string 3",
    "city": "sample string 4",
    "ccname": "sample string 5",
    "profellowname": "sample string 6",
    "placementcname": "sample string 7",
    "pcname": "sample string 8",
    "ohname": "sample string 9",
    "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,
    "c17": 1,
    "c18": 1,
    "examtype": "sample string 10",
    "tRecordCount": 11
  },
  {
    "coursename": "sample string 1",
    "centid": "sample string 2",
    "centname": "sample string 3",
    "city": "sample string 4",
    "ccname": "sample string 5",
    "profellowname": "sample string 6",
    "placementcname": "sample string 7",
    "pcname": "sample string 8",
    "ohname": "sample string 9",
    "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,
    "c17": 1,
    "c18": 1,
    "examtype": "sample string 10",
    "tRecordCount": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptIDICenterEvalautionCenterWise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptIDICenterEvalautionCenterWise_Result>
    <c1>1</c1>
    <c10>1</c10>
    <c11>1</c11>
    <c12>1</c12>
    <c13>1</c13>
    <c14>1</c14>
    <c15>1</c15>
    <c16>1</c16>
    <c17>1</c17>
    <c18>1</c18>
    <c2>1</c2>
    <c3>1</c3>
    <c4>1</c4>
    <c5>1</c5>
    <c6>1</c6>
    <c7>1</c7>
    <c8>1</c8>
    <c9>1</c9>
    <ccname>sample string 5</ccname>
    <centid>sample string 2</centid>
    <centname>sample string 3</centname>
    <city>sample string 4</city>
    <coursename>sample string 1</coursename>
    <examtype>sample string 10</examtype>
    <ohname>sample string 9</ohname>
    <pcname>sample string 8</pcname>
    <placementcname>sample string 7</placementcname>
    <profellowname>sample string 6</profellowname>
    <tRecordCount>11</tRecordCount>
  </GetRptIDICenterEvalautionCenterWise_Result>
  <GetRptIDICenterEvalautionCenterWise_Result>
    <c1>1</c1>
    <c10>1</c10>
    <c11>1</c11>
    <c12>1</c12>
    <c13>1</c13>
    <c14>1</c14>
    <c15>1</c15>
    <c16>1</c16>
    <c17>1</c17>
    <c18>1</c18>
    <c2>1</c2>
    <c3>1</c3>
    <c4>1</c4>
    <c5>1</c5>
    <c6>1</c6>
    <c7>1</c7>
    <c8>1</c8>
    <c9>1</c9>
    <ccname>sample string 5</ccname>
    <centid>sample string 2</centid>
    <centname>sample string 3</centname>
    <city>sample string 4</city>
    <coursename>sample string 1</coursename>
    <examtype>sample string 10</examtype>
    <ohname>sample string 9</ohname>
    <pcname>sample string 8</pcname>
    <placementcname>sample string 7</placementcname>
    <profellowname>sample string 6</profellowname>
    <tRecordCount>11</tRecordCount>
  </GetRptIDICenterEvalautionCenterWise_Result>
</ArrayOfGetRptIDICenterEvalautionCenterWise_Result>