GET api/v1/widgets/dbcustomersqualitywdgt?refresh={refresh}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| refresh | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
SingleResultResponseOfWidgetWithDataDtoOfDbCustomersQualityData| Name | Description | Type | Additional information |
|---|---|---|---|
| Meta | MetaSingleResult |
None. |
|
| Notifications |
None. |
Response Formats
application/json, text/json
Sample:
{
"meta": {},
"notifications": [
{},
{}
],
"result": {
"id": "5eaa9e64-8a37-4b31-a3b2-e8c256e57f98",
"code": "sample string 2",
"data": {
"totalCustomersWithZipCode": 1,
"totalCustomersWithoutMobileAndEmail": 2,
"totalCustomersWithEmail": 3,
"totalCustomersWithEmailAndMobile": 4,
"totalCustomersWithBirthDate": 5,
"totalCustomersWithMobile": 6,
"totalCustomers": 7
}
}
}
application/xml, text/xml
Sample:
<SingleResultResponseOfWidgetWithDataDtoOfDbCustomersQualityDatadOvjT49_PdOvjT49_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>
<d2p1:TotalCustomers>7</d2p1:TotalCustomers>
<d2p1:TotalCustomersWithBirthDate>5</d2p1:TotalCustomersWithBirthDate>
<d2p1:TotalCustomersWithEmail>3</d2p1:TotalCustomersWithEmail>
<d2p1:TotalCustomersWithEmailAndMobile>4</d2p1:TotalCustomersWithEmailAndMobile>
<d2p1:TotalCustomersWithMobile>6</d2p1:TotalCustomersWithMobile>
<d2p1:TotalCustomersWithZipCode>1</d2p1:TotalCustomersWithZipCode>
<d2p1:TotalCustomersWithoutMobileAndEmail>2</d2p1:TotalCustomersWithoutMobileAndEmail>
</d2p1:Data>
<d2p1:Id>5eaa9e64-8a37-4b31-a3b2-e8c256e57f98</d2p1:Id>
</Result>
</SingleResultResponseOfWidgetWithDataDtoOfDbCustomersQualityDatadOvjT49_PdOvjT49_P>