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

string

None.

calldate

date

None.

state

string

None.

district

string

None.

city

string

None.

schoolid

string

None.

schoolname

string

None.

udisecode

string

None.

contactno

string

None.

partnerid

string

None.

enghardware

string

None.

complenttype

string

None.

complaintother

string

None.

status

string

None.

enghardwarename

string

None.

partnername

string

None.

pcname

string

None.

callclosedon

date

None.

callclosedby

string

None.

remark

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "callid": "sample string 1",
    "calldate": "2025-10-30T03:03:06.8071319+05:30",
    "state": "sample string 2",
    "district": "sample string 3",
    "city": "sample string 4",
    "schoolid": "sample string 5",
    "schoolname": "sample string 6",
    "udisecode": "sample string 7",
    "contactno": "sample string 8",
    "partnerid": "sample string 9",
    "enghardware": "sample string 10",
    "complenttype": "sample string 11",
    "complaintother": "sample string 12",
    "status": "sample string 13",
    "enghardwarename": "sample string 14",
    "partnername": "sample string 15",
    "pcname": "sample string 16",
    "callclosedon": "2025-10-30T03:03:06.8071319+05:30",
    "callclosedby": "sample string 17",
    "remark": "sample string 18"
  },
  {
    "callid": "sample string 1",
    "calldate": "2025-10-30T03:03:06.8071319+05:30",
    "state": "sample string 2",
    "district": "sample string 3",
    "city": "sample string 4",
    "schoolid": "sample string 5",
    "schoolname": "sample string 6",
    "udisecode": "sample string 7",
    "contactno": "sample string 8",
    "partnerid": "sample string 9",
    "enghardware": "sample string 10",
    "complenttype": "sample string 11",
    "complaintother": "sample string 12",
    "status": "sample string 13",
    "enghardwarename": "sample string 14",
    "partnername": "sample string 15",
    "pcname": "sample string 16",
    "callclosedon": "2025-10-30T03:03:06.8071319+05:30",
    "callclosedby": "sample string 17",
    "remark": "sample string 18"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetHardwareCallMyeschoolRPT_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetHardwareCallMyeschoolRPT_Result>
    <callclosedby>sample string 17</callclosedby>
    <callclosedon>2025-10-30T03:03:06.8071319+05:30</callclosedon>
    <calldate>2025-10-30T03:03:06.8071319+05:30</calldate>
    <callid>sample string 1</callid>
    <city>sample string 4</city>
    <complaintother>sample string 12</complaintother>
    <complenttype>sample string 11</complenttype>
    <contactno>sample string 8</contactno>
    <district>sample string 3</district>
    <enghardware>sample string 10</enghardware>
    <enghardwarename>sample string 14</enghardwarename>
    <partnerid>sample string 9</partnerid>
    <partnername>sample string 15</partnername>
    <pcname>sample string 16</pcname>
    <remark>sample string 18</remark>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 6</schoolname>
    <state>sample string 2</state>
    <status>sample string 13</status>
    <udisecode>sample string 7</udisecode>
  </GetHardwareCallMyeschoolRPT_Result>
  <GetHardwareCallMyeschoolRPT_Result>
    <callclosedby>sample string 17</callclosedby>
    <callclosedon>2025-10-30T03:03:06.8071319+05:30</callclosedon>
    <calldate>2025-10-30T03:03:06.8071319+05:30</calldate>
    <callid>sample string 1</callid>
    <city>sample string 4</city>
    <complaintother>sample string 12</complaintother>
    <complenttype>sample string 11</complenttype>
    <contactno>sample string 8</contactno>
    <district>sample string 3</district>
    <enghardware>sample string 10</enghardware>
    <enghardwarename>sample string 14</enghardwarename>
    <partnerid>sample string 9</partnerid>
    <partnername>sample string 15</partnername>
    <pcname>sample string 16</pcname>
    <remark>sample string 18</remark>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 6</schoolname>
    <state>sample string 2</state>
    <status>sample string 13</status>
    <udisecode>sample string 7</udisecode>
  </GetHardwareCallMyeschoolRPT_Result>
</ArrayOfGetHardwareCallMyeschoolRPT_Result>