GET api/Center/GetLaptopSubmissionNotificationList/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetLaptopSubmissionNotificationList_ResultName | Description | Type | Additional information |
---|---|---|---|
laid | integer |
None. |
|
laptopid | string |
None. |
|
academicyear | string |
None. |
|
parentbatch | string |
None. |
|
laptopstatus | string |
None. |
|
laptopserialno | string |
None. |
|
cc | string |
None. |
|
CCname | string |
None. |
|
fellow | string |
None. |
|
fellowname | string |
None. |
|
centname | string |
None. |
|
groupleader | string |
None. |
|
groupname | string |
None. |
|
studname | string |
None. |
|
contactno | string |
None. |
|
reason | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "laid": 1, "laptopid": "sample string 2", "academicyear": "sample string 3", "parentbatch": "sample string 4", "laptopstatus": "sample string 5", "laptopserialno": "sample string 6", "cc": "sample string 7", "CCname": "sample string 8", "fellow": "sample string 9", "fellowname": "sample string 10", "centname": "sample string 11", "groupleader": "sample string 12", "groupname": "sample string 13", "studname": "sample string 14", "contactno": "sample string 15", "reason": "sample string 16", "tRecordCount": 1 }, { "laid": 1, "laptopid": "sample string 2", "academicyear": "sample string 3", "parentbatch": "sample string 4", "laptopstatus": "sample string 5", "laptopserialno": "sample string 6", "cc": "sample string 7", "CCname": "sample string 8", "fellow": "sample string 9", "fellowname": "sample string 10", "centname": "sample string 11", "groupleader": "sample string 12", "groupname": "sample string 13", "studname": "sample string 14", "contactno": "sample string 15", "reason": "sample string 16", "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetLaptopSubmissionNotificationList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetLaptopSubmissionNotificationList_Result> <CCname>sample string 8</CCname> <academicyear>sample string 3</academicyear> <cc>sample string 7</cc> <centname>sample string 11</centname> <contactno>sample string 15</contactno> <fellow>sample string 9</fellow> <fellowname>sample string 10</fellowname> <groupleader>sample string 12</groupleader> <groupname>sample string 13</groupname> <laid>1</laid> <laptopid>sample string 2</laptopid> <laptopserialno>sample string 6</laptopserialno> <laptopstatus>sample string 5</laptopstatus> <parentbatch>sample string 4</parentbatch> <reason>sample string 16</reason> <studname>sample string 14</studname> <tRecordCount>1</tRecordCount> </GetLaptopSubmissionNotificationList_Result> <GetLaptopSubmissionNotificationList_Result> <CCname>sample string 8</CCname> <academicyear>sample string 3</academicyear> <cc>sample string 7</cc> <centname>sample string 11</centname> <contactno>sample string 15</contactno> <fellow>sample string 9</fellow> <fellowname>sample string 10</fellowname> <groupleader>sample string 12</groupleader> <groupname>sample string 13</groupname> <laid>1</laid> <laptopid>sample string 2</laptopid> <laptopserialno>sample string 6</laptopserialno> <laptopstatus>sample string 5</laptopstatus> <parentbatch>sample string 4</parentbatch> <reason>sample string 16</reason> <studname>sample string 14</studname> <tRecordCount>1</tRecordCount> </GetLaptopSubmissionNotificationList_Result> </ArrayOfGetLaptopSubmissionNotificationList_Result>