GET api/Student/GetRptCALAssessmentATAL/{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 GetRptCALAssessmentATAL_Result
NameDescriptionTypeAdditional information
exam

string

None.

centid

string

None.

schoolid

string

None.

schoolname

string

None.

studentid

string

None.

studentname

string

None.

contactno

string

None.

standard

string

None.

division

string

None.

batchid

string

None.

totalmark

integer

None.

certificatecode

string

None.

grade

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "exam": "sample string 1",
    "centid": "sample string 2",
    "schoolid": "sample string 3",
    "schoolname": "sample string 4",
    "studentid": "sample string 5",
    "studentname": "sample string 6",
    "contactno": "sample string 7",
    "standard": "sample string 8",
    "division": "sample string 9",
    "batchid": "sample string 10",
    "totalmark": 11,
    "certificatecode": "sample string 12",
    "grade": "sample string 13",
    "tRecordCount": 14
  },
  {
    "exam": "sample string 1",
    "centid": "sample string 2",
    "schoolid": "sample string 3",
    "schoolname": "sample string 4",
    "studentid": "sample string 5",
    "studentname": "sample string 6",
    "contactno": "sample string 7",
    "standard": "sample string 8",
    "division": "sample string 9",
    "batchid": "sample string 10",
    "totalmark": 11,
    "certificatecode": "sample string 12",
    "grade": "sample string 13",
    "tRecordCount": 14
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptCALAssessmentATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptCALAssessmentATAL_Result>
    <batchid>sample string 10</batchid>
    <centid>sample string 2</centid>
    <certificatecode>sample string 12</certificatecode>
    <contactno>sample string 7</contactno>
    <division>sample string 9</division>
    <exam>sample string 1</exam>
    <grade>sample string 13</grade>
    <schoolid>sample string 3</schoolid>
    <schoolname>sample string 4</schoolname>
    <standard>sample string 8</standard>
    <studentid>sample string 5</studentid>
    <studentname>sample string 6</studentname>
    <tRecordCount>14</tRecordCount>
    <totalmark>11</totalmark>
  </GetRptCALAssessmentATAL_Result>
  <GetRptCALAssessmentATAL_Result>
    <batchid>sample string 10</batchid>
    <centid>sample string 2</centid>
    <certificatecode>sample string 12</certificatecode>
    <contactno>sample string 7</contactno>
    <division>sample string 9</division>
    <exam>sample string 1</exam>
    <grade>sample string 13</grade>
    <schoolid>sample string 3</schoolid>
    <schoolname>sample string 4</schoolname>
    <standard>sample string 8</standard>
    <studentid>sample string 5</studentid>
    <studentname>sample string 6</studentname>
    <tRecordCount>14</tRecordCount>
    <totalmark>11</totalmark>
  </GetRptCALAssessmentATAL_Result>
</ArrayOfGetRptCALAssessmentATAL_Result>