GET api/statistics/portal?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 |
|---|---|---|---|
| Summary |
Portal Summary |
PortalSummary |
None. |
| TopLists | TopListsContainer |
None. |
|
| TimespanSummary | PortalTimespanSummary |
None. |
Response Formats
application/json, text/json
Sample:
{
"summary": {
"employees": 1
},
"topLists": {
"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
}
]
},
"timespanSummary": {
"loginTotalCount": 1,
"loginMobilCount": 2,
"loginPortalCount": 3,
"uniqueLoginTotalCount": 4,
"uniqueLoginMobilCount": 5,
"uniqueLoginPortalCount": 6,
"dealClickTotalCount": 7,
"dealClickMobilCount": 8,
"dealClickPortalCount": 9,
"dealClickToPartnerWebsiteTotalCount": 10
}
}