GET api/BusinessIntelligence/GetScheduledMinutesExtended?from={from}&to={to}&groupId={groupId}
Get metrics for the scheduled minutes at the given date with extended data including personal information Not actually minutes anymore but start/end information Data is grouped on a per-date and per-group 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 |
groupId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of StatisticDto of IEnumerable of ScheduledMinutesExtendedDtoName | 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 ScheduledMinutesExtendedDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Date": "2025-05-23T21:22:22.9288597+02:00", "GroupData": [ { "GroupId": 1, "LastUpdate": "2025-05-23T21:22:22.9288597+02:00", "Data": [ { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" }, { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" } ] }, { "GroupId": 1, "LastUpdate": "2025-05-23T21:22:22.9288597+02:00", "Data": [ { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" }, { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" } ] } ] }, { "Date": "2025-05-23T21:22:22.9288597+02:00", "GroupData": [ { "GroupId": 1, "LastUpdate": "2025-05-23T21:22:22.9288597+02:00", "Data": [ { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" }, { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" } ] }, { "GroupId": 1, "LastUpdate": "2025-05-23T21:22:22.9288597+02:00", "Data": [ { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" }, { "Id": 1, "ResourcePersonalId": "sample string 2", "GroupId": 3, "Start": "2025-05-23T21:22:22.9288597+02:00", "End": "2025-05-23T21:22:22.9288597+02:00" } ] } ] } ]