GET api/BusinessIntelligence/GetActiveSearchwordHierarchy?date={date}
Get metrics as a snapshot of active searchword hieararchy at the given date. Data is grouped on a per-date basis, although only one date will be returned.
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| date |
Filter data up until this date (inclusive). |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
The active searchword hierarchi at the given date.
Collection of StatisticDto of IEnumerable of ActiveSearchwordHierarchyDto| Name | Description | Type | Additional Information |
|---|---|---|---|
| Date |
The date and time for when the metric was created. |
date |
None. |
| GroupData |
Collection of statistical data per group. |
Collection of StatisticGroupData of IEnumerable of ActiveSearchwordHierarchyDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "2025-11-05T00:21:40.1204948+01:00",
"GroupData": [
{
"GroupId": 1,
"LastUpdate": "2025-11-05T00:21:40.1204948+01:00",
"Data": [
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
},
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
}
]
},
{
"GroupId": 1,
"LastUpdate": "2025-11-05T00:21:40.1204948+01:00",
"Data": [
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
},
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
}
]
}
]
},
{
"Date": "2025-11-05T00:21:40.1204948+01:00",
"GroupData": [
{
"GroupId": 1,
"LastUpdate": "2025-11-05T00:21:40.1204948+01:00",
"Data": [
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
},
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
}
]
},
{
"GroupId": 1,
"LastUpdate": "2025-11-05T00:21:40.1204948+01:00",
"Data": [
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
},
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ParentId": 1,
"Description": "sample string 4",
"IsHeader": true,
"Children": []
}
]
}
]
}
]