GET api/Center/GetHardwarecallAlert/{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 GetHardwareCallAlert_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| callid | string |
None. |
|
| calldate | date |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| centerid | string |
None. |
|
| centname | string |
None. |
|
| teamleaderid | string |
None. |
|
| TL | string |
None. |
|
| hwtlid | string |
None. |
|
| HWTL | string |
None. |
|
| hwengid | string |
None. |
|
| HWEngg | string |
None. |
|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"callid": "sample string 1",
"calldate": "2025-10-30T02:54:05.3842956+05:30",
"state": "sample string 2",
"city": "sample string 3",
"centerid": "sample string 4",
"centname": "sample string 5",
"teamleaderid": "sample string 6",
"TL": "sample string 7",
"hwtlid": "sample string 8",
"HWTL": "sample string 9",
"hwengid": "sample string 10",
"HWEngg": "sample string 11",
"status": "sample string 12"
},
{
"callid": "sample string 1",
"calldate": "2025-10-30T02:54:05.3842956+05:30",
"state": "sample string 2",
"city": "sample string 3",
"centerid": "sample string 4",
"centname": "sample string 5",
"teamleaderid": "sample string 6",
"TL": "sample string 7",
"hwtlid": "sample string 8",
"HWTL": "sample string 9",
"hwengid": "sample string 10",
"HWEngg": "sample string 11",
"status": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetHardwareCallAlert_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetHardwareCallAlert_Result>
<HWEngg>sample string 11</HWEngg>
<HWTL>sample string 9</HWTL>
<TL>sample string 7</TL>
<calldate>2025-10-30T02:54:05.3842956+05:30</calldate>
<callid>sample string 1</callid>
<centerid>sample string 4</centerid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<hwengid>sample string 10</hwengid>
<hwtlid>sample string 8</hwtlid>
<state>sample string 2</state>
<status>sample string 12</status>
<teamleaderid>sample string 6</teamleaderid>
</GetHardwareCallAlert_Result>
<GetHardwareCallAlert_Result>
<HWEngg>sample string 11</HWEngg>
<HWTL>sample string 9</HWTL>
<TL>sample string 7</TL>
<calldate>2025-10-30T02:54:05.3842956+05:30</calldate>
<callid>sample string 1</callid>
<centerid>sample string 4</centerid>
<centname>sample string 5</centname>
<city>sample string 3</city>
<hwengid>sample string 10</hwengid>
<hwtlid>sample string 8</hwtlid>
<state>sample string 2</state>
<status>sample string 12</status>
<teamleaderid>sample string 6</teamleaderid>
</GetHardwareCallAlert_Result>
</ArrayOfGetHardwareCallAlert_Result>