GET api/BusinessIntelligence/GetActiveJournalTypes?from={from}&to={to}
Get metrics as a snapshot of active journal types at the given date. Data is grouped on a per-date basis.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
from |
Filter data from this date (inclusive), must be before or equal to . |
date |
Required |
to |
Filter data to this date (inclusive), must be after or equal to . |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatisticDto of IEnumerable of ActiveJournalTypesDtoName | 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 ActiveJournalTypesDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Date": "2025-05-23T21:15:04.5786784+02:00", "GroupData": [ { "GroupId": 1, "LastUpdate": "2025-05-23T21:15:04.5786784+02:00", "Data": [ { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" }, { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" } ] }, { "GroupId": 1, "LastUpdate": "2025-05-23T21:15:04.5786784+02:00", "Data": [ { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" }, { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" } ] } ] }, { "Date": "2025-05-23T21:15:04.5786784+02:00", "GroupData": [ { "GroupId": 1, "LastUpdate": "2025-05-23T21:15:04.5786784+02:00", "Data": [ { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" }, { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" } ] }, { "GroupId": 1, "LastUpdate": "2025-05-23T21:15:04.5786784+02:00", "Data": [ { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" }, { "Id": 1, "Name": "sample string 2", "Law": "sample string 3", "Description": "sample string 4" } ] } ] } ]