GET api/statistics/portal/toplists?fromDate={fromDate}&toDate={toDate}&countryId={countryId}&defaultPortalId={defaultPortalId}&customerId={customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | date |
Required |
|
| toDate | date |
Required |
|
| countryId | integer |
None. |
|
| defaultPortalId | integer |
None. |
|
| customerId | integer |
None. |
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| PopularDeals | Collection of TopListItem |
None. |
|
| TopSearchWords | Collection of TopListItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"popularDeals": [
{
"id": 1,
"title": "sample string 2",
"elementCount": 3
},
{
"id": 1,
"title": "sample string 2",
"elementCount": 3
}
],
"topSearchWords": [
{
"id": 1,
"title": "sample string 2",
"elementCount": 3
},
{
"id": 1,
"title": "sample string 2",
"elementCount": 3
}
]
}