GET api/Center/GetRptLaptopTracker/{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 GetRptLaptopTracker_Result
NameDescriptionTypeAdditional information
laid

integer

None.

state

string

None.

city

string

None.

groupleader

string

None.

studname

string

None.

groupname

string

None.

laptopserialno

string

None.

centid

string

None.

centname

string

None.

cc

string

None.

ccname

string

None.

fellow

string

None.

fellowname

string

None.

parentbatch

string

None.

academicyear

string

None.

groupstatus

string

None.

laptopstatus

string

None.

reason

string

None.

partnerid

string

None.

partnername

string

None.

contactno

string

None.

nativeadd

string

None.

deliverydate

date

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "laid": 1,
    "state": "sample string 2",
    "city": "sample string 3",
    "groupleader": "sample string 4",
    "studname": "sample string 5",
    "groupname": "sample string 6",
    "laptopserialno": "sample string 7",
    "centid": "sample string 8",
    "centname": "sample string 9",
    "cc": "sample string 10",
    "ccname": "sample string 11",
    "fellow": "sample string 12",
    "fellowname": "sample string 13",
    "parentbatch": "sample string 14",
    "academicyear": "sample string 15",
    "groupstatus": "sample string 16",
    "laptopstatus": "sample string 17",
    "reason": "sample string 18",
    "partnerid": "sample string 19",
    "partnername": "sample string 20",
    "contactno": "sample string 21",
    "nativeadd": "sample string 22",
    "deliverydate": "2025-05-10T11:51:02.4907743+05:30",
    "tRecordCount": 1
  },
  {
    "laid": 1,
    "state": "sample string 2",
    "city": "sample string 3",
    "groupleader": "sample string 4",
    "studname": "sample string 5",
    "groupname": "sample string 6",
    "laptopserialno": "sample string 7",
    "centid": "sample string 8",
    "centname": "sample string 9",
    "cc": "sample string 10",
    "ccname": "sample string 11",
    "fellow": "sample string 12",
    "fellowname": "sample string 13",
    "parentbatch": "sample string 14",
    "academicyear": "sample string 15",
    "groupstatus": "sample string 16",
    "laptopstatus": "sample string 17",
    "reason": "sample string 18",
    "partnerid": "sample string 19",
    "partnername": "sample string 20",
    "contactno": "sample string 21",
    "nativeadd": "sample string 22",
    "deliverydate": "2025-05-10T11:51:02.4907743+05:30",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptLaptopTracker_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptLaptopTracker_Result>
    <academicyear>sample string 15</academicyear>
    <cc>sample string 10</cc>
    <ccname>sample string 11</ccname>
    <centid>sample string 8</centid>
    <centname>sample string 9</centname>
    <city>sample string 3</city>
    <contactno>sample string 21</contactno>
    <deliverydate>2025-05-10T11:51:02.4907743+05:30</deliverydate>
    <fellow>sample string 12</fellow>
    <fellowname>sample string 13</fellowname>
    <groupleader>sample string 4</groupleader>
    <groupname>sample string 6</groupname>
    <groupstatus>sample string 16</groupstatus>
    <laid>1</laid>
    <laptopserialno>sample string 7</laptopserialno>
    <laptopstatus>sample string 17</laptopstatus>
    <nativeadd>sample string 22</nativeadd>
    <parentbatch>sample string 14</parentbatch>
    <partnerid>sample string 19</partnerid>
    <partnername>sample string 20</partnername>
    <reason>sample string 18</reason>
    <state>sample string 2</state>
    <studname>sample string 5</studname>
    <tRecordCount>1</tRecordCount>
  </GetRptLaptopTracker_Result>
  <GetRptLaptopTracker_Result>
    <academicyear>sample string 15</academicyear>
    <cc>sample string 10</cc>
    <ccname>sample string 11</ccname>
    <centid>sample string 8</centid>
    <centname>sample string 9</centname>
    <city>sample string 3</city>
    <contactno>sample string 21</contactno>
    <deliverydate>2025-05-10T11:51:02.4907743+05:30</deliverydate>
    <fellow>sample string 12</fellow>
    <fellowname>sample string 13</fellowname>
    <groupleader>sample string 4</groupleader>
    <groupname>sample string 6</groupname>
    <groupstatus>sample string 16</groupstatus>
    <laid>1</laid>
    <laptopserialno>sample string 7</laptopserialno>
    <laptopstatus>sample string 17</laptopstatus>
    <nativeadd>sample string 22</nativeadd>
    <parentbatch>sample string 14</parentbatch>
    <partnerid>sample string 19</partnerid>
    <partnername>sample string 20</partnername>
    <reason>sample string 18</reason>
    <state>sample string 2</state>
    <studname>sample string 5</studname>
    <tRecordCount>1</tRecordCount>
  </GetRptLaptopTracker_Result>
</ArrayOfGetRptLaptopTracker_Result>