GET api/Center/GetHardwareCallMyeschoolList/{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 GetHardwareCallMyeschoolList_Result
NameDescriptionTypeAdditional information
callid

string

None.

udisecode

string

None.

schoolname

string

None.

contactperson

string

None.

enghardware

string

None.

enghardwarename

string

None.

enghardwarecontact

string

None.

status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "callid": "sample string 1",
    "udisecode": "sample string 2",
    "schoolname": "sample string 3",
    "contactperson": "sample string 4",
    "enghardware": "sample string 5",
    "enghardwarename": "sample string 6",
    "enghardwarecontact": "sample string 7",
    "status": "sample string 8"
  },
  {
    "callid": "sample string 1",
    "udisecode": "sample string 2",
    "schoolname": "sample string 3",
    "contactperson": "sample string 4",
    "enghardware": "sample string 5",
    "enghardwarename": "sample string 6",
    "enghardwarecontact": "sample string 7",
    "status": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetHardwareCallMyeschoolList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetHardwareCallMyeschoolList_Result>
    <callid>sample string 1</callid>
    <contactperson>sample string 4</contactperson>
    <enghardware>sample string 5</enghardware>
    <enghardwarecontact>sample string 7</enghardwarecontact>
    <enghardwarename>sample string 6</enghardwarename>
    <schoolname>sample string 3</schoolname>
    <status>sample string 8</status>
    <udisecode>sample string 2</udisecode>
  </GetHardwareCallMyeschoolList_Result>
  <GetHardwareCallMyeschoolList_Result>
    <callid>sample string 1</callid>
    <contactperson>sample string 4</contactperson>
    <enghardware>sample string 5</enghardware>
    <enghardwarecontact>sample string 7</enghardwarecontact>
    <enghardwarename>sample string 6</enghardwarename>
    <schoolname>sample string 3</schoolname>
    <status>sample string 8</status>
    <udisecode>sample string 2</udisecode>
  </GetHardwareCallMyeschoolList_Result>
</ArrayOfGetHardwareCallMyeschoolList_Result>