GET api/Center/GetIDIAssesementAssignmentList/{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 GetIDIAssesementAssignmentList_Result
NameDescriptionTypeAdditional information
studentid

string

None.

studname

string

None.

parentbatch

string

None.

batchid

string

None.

batchname

string

None.

courseid

string

None.

coursename

string

None.

centid

string

None.

centname

string

None.

fellowid

string

None.

fellowname

string

None.

partnerid

string

None.

status

integer

None.

academicyear

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "studentid": "sample string 1",
    "studname": "sample string 2",
    "parentbatch": "sample string 3",
    "batchid": "sample string 4",
    "batchname": "sample string 5",
    "courseid": "sample string 6",
    "coursename": "sample string 7",
    "centid": "sample string 8",
    "centname": "sample string 9",
    "fellowid": "sample string 10",
    "fellowname": "sample string 11",
    "partnerid": "sample string 12",
    "status": 1,
    "academicyear": "sample string 13",
    "tRecordCount": 14
  },
  {
    "studentid": "sample string 1",
    "studname": "sample string 2",
    "parentbatch": "sample string 3",
    "batchid": "sample string 4",
    "batchname": "sample string 5",
    "courseid": "sample string 6",
    "coursename": "sample string 7",
    "centid": "sample string 8",
    "centname": "sample string 9",
    "fellowid": "sample string 10",
    "fellowname": "sample string 11",
    "partnerid": "sample string 12",
    "status": 1,
    "academicyear": "sample string 13",
    "tRecordCount": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetIDIAssesementAssignmentList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetIDIAssesementAssignmentList_Result>
    <academicyear>sample string 13</academicyear>
    <batchid>sample string 4</batchid>
    <batchname>sample string 5</batchname>
    <centid>sample string 8</centid>
    <centname>sample string 9</centname>
    <courseid>sample string 6</courseid>
    <coursename>sample string 7</coursename>
    <fellowid>sample string 10</fellowid>
    <fellowname>sample string 11</fellowname>
    <parentbatch>sample string 3</parentbatch>
    <partnerid>sample string 12</partnerid>
    <status>1</status>
    <studentid>sample string 1</studentid>
    <studname>sample string 2</studname>
    <tRecordCount>14</tRecordCount>
  </GetIDIAssesementAssignmentList_Result>
  <GetIDIAssesementAssignmentList_Result>
    <academicyear>sample string 13</academicyear>
    <batchid>sample string 4</batchid>
    <batchname>sample string 5</batchname>
    <centid>sample string 8</centid>
    <centname>sample string 9</centname>
    <courseid>sample string 6</courseid>
    <coursename>sample string 7</coursename>
    <fellowid>sample string 10</fellowid>
    <fellowname>sample string 11</fellowname>
    <parentbatch>sample string 3</parentbatch>
    <partnerid>sample string 12</partnerid>
    <status>1</status>
    <studentid>sample string 1</studentid>
    <studname>sample string 2</studname>
    <tRecordCount>14</tRecordCount>
  </GetIDIAssesementAssignmentList_Result>
</ArrayOfGetIDIAssesementAssignmentList_Result>