GET api/v1/widgets/gethotestzonegroupssbypLacewdgt?placeCode={placeCode}&refresh={refresh}&number={number}&monthsBack={monthsBack}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placeCode | string |
Required |
|
| refresh | boolean |
Default value is False |
|
| number | integer |
Default value is 5 |
|
| monthsBack | integer |
Default value is 12 |
Body Parameters
None.
Response Information
Resource Description
SingleResultResponseOfWidgetWithDataDtoOfGetNumEchoesByZoneGroupsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Meta | MetaSingleResult |
None. |
|
| Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{
"meta": {},
"notifications": [
{},
{}
],
"result": {
"id": "35b7d2b2-c390-49af-822a-cbe7544989f4",
"code": "sample string 2",
"data": {
"totalEchoes": 1,
"numEchoesByZoneGroups": [
{
"zoneGroupName": "sample string 1",
"zoneGroupCode": "sample string 2",
"num": 3
},
{
"zoneGroupName": "sample string 1",
"zoneGroupCode": "sample string 2",
"num": 3
}
]
}
}
}
application/xml, text/xml
Sample:
<SingleResultResponseOfWidgetWithDataDtoOfGetNumEchoesByZoneGroupsDto6G3gPdPvdOvjT49_P xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Presentation.WebApi.Dtos.Response">
<Meta />
<Notifications>
<Notification />
<Notification />
</Notifications>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos">
<d2p1:Code>sample string 2</d2p1:Code>
<d2p1:Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/Application.Services.Dtos.Location">
<d3p1:NumEchoesByZoneGroups>
<d3p1:NumEchoesByZoneGroup>
<d3p1:Num>3</d3p1:Num>
<d3p1:ZoneGroupCode>sample string 2</d3p1:ZoneGroupCode>
<d3p1:ZoneGroupName>sample string 1</d3p1:ZoneGroupName>
</d3p1:NumEchoesByZoneGroup>
<d3p1:NumEchoesByZoneGroup>
<d3p1:Num>3</d3p1:Num>
<d3p1:ZoneGroupCode>sample string 2</d3p1:ZoneGroupCode>
<d3p1:ZoneGroupName>sample string 1</d3p1:ZoneGroupName>
</d3p1:NumEchoesByZoneGroup>
</d3p1:NumEchoesByZoneGroups>
<d3p1:TotalEchoes>1</d3p1:TotalEchoes>
</d2p1:Data>
<d2p1:Id>35b7d2b2-c390-49af-822a-cbe7544989f4</d2p1:Id>
</Result>
</SingleResultResponseOfWidgetWithDataDtoOfGetNumEchoesByZoneGroupsDto6G3gPdPvdOvjT49_P>