GET api/Center/DownloadPracticalAssessmentATAL/{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 DownloadPracticalAssessmentATAL_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

partnerid

string

None.

partnername

string

None.

teamleaderid

string

None.

tlname

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

medium

string

None.

standard

string

None.

division

string

None.

rollno

integer

None.

batchid

string

None.

studentId

string

None.

firstname

string

None.

fathername

string

None.

Surname

string

None.

mothername

string

None.

gender

string

None.

year

string

None.

examtype

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "teamleaderid": "sample string 5",
    "tlname": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "schoolid": "sample string 9",
    "schoolname": "sample string 10",
    "medium": "sample string 11",
    "standard": "sample string 12",
    "division": "sample string 13",
    "rollno": 1,
    "batchid": "sample string 14",
    "studentId": "sample string 15",
    "firstname": "sample string 16",
    "fathername": "sample string 17",
    "Surname": "sample string 18",
    "mothername": "sample string 19",
    "gender": "sample string 20",
    "year": "sample string 21",
    "examtype": "sample string 22",
    "tRecordCount": 23
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "teamleaderid": "sample string 5",
    "tlname": "sample string 6",
    "centid": "sample string 7",
    "centname": "sample string 8",
    "schoolid": "sample string 9",
    "schoolname": "sample string 10",
    "medium": "sample string 11",
    "standard": "sample string 12",
    "division": "sample string 13",
    "rollno": 1,
    "batchid": "sample string 14",
    "studentId": "sample string 15",
    "firstname": "sample string 16",
    "fathername": "sample string 17",
    "Surname": "sample string 18",
    "mothername": "sample string 19",
    "gender": "sample string 20",
    "year": "sample string 21",
    "examtype": "sample string 22",
    "tRecordCount": 23
  }
]

application/xml, text/xml

Sample:
<ArrayOfDownloadPracticalAssessmentATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DownloadPracticalAssessmentATAL_Result>
    <Surname>sample string 18</Surname>
    <batchid>sample string 14</batchid>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 2</city>
    <division>sample string 13</division>
    <examtype>sample string 22</examtype>
    <fathername>sample string 17</fathername>
    <firstname>sample string 16</firstname>
    <gender>sample string 20</gender>
    <medium>sample string 11</medium>
    <mothername>sample string 19</mothername>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <rollno>1</rollno>
    <schoolid>sample string 9</schoolid>
    <schoolname>sample string 10</schoolname>
    <standard>sample string 12</standard>
    <state>sample string 1</state>
    <studentId>sample string 15</studentId>
    <tRecordCount>23</tRecordCount>
    <teamleaderid>sample string 5</teamleaderid>
    <tlname>sample string 6</tlname>
    <year>sample string 21</year>
  </DownloadPracticalAssessmentATAL_Result>
  <DownloadPracticalAssessmentATAL_Result>
    <Surname>sample string 18</Surname>
    <batchid>sample string 14</batchid>
    <centid>sample string 7</centid>
    <centname>sample string 8</centname>
    <city>sample string 2</city>
    <division>sample string 13</division>
    <examtype>sample string 22</examtype>
    <fathername>sample string 17</fathername>
    <firstname>sample string 16</firstname>
    <gender>sample string 20</gender>
    <medium>sample string 11</medium>
    <mothername>sample string 19</mothername>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <rollno>1</rollno>
    <schoolid>sample string 9</schoolid>
    <schoolname>sample string 10</schoolname>
    <standard>sample string 12</standard>
    <state>sample string 1</state>
    <studentId>sample string 15</studentId>
    <tRecordCount>23</tRecordCount>
    <teamleaderid>sample string 5</teamleaderid>
    <tlname>sample string 6</tlname>
    <year>sample string 21</year>
  </DownloadPracticalAssessmentATAL_Result>
</ArrayOfDownloadPracticalAssessmentATAL_Result>