v1
latestOpenAPI 3.1.02026-08-06118124285.7 KBForecast Events
List forecast events for group
get/v2/forecast-events/groups/{groupId}/events
Path parameters
groupIdinteger required
Query parameters
startTimestring date-time
endTimestring date-time
Response
OK
Example response
[
{
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"startTime": "2026-05-04T08:00:00Z",
"endTime": "2026-05-04T18:00:00Z",
"eventCategoryId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"parentEvent": {
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"startTime": "2026-05-04T08:00:00Z",
"endTime": "2026-05-04T18:00:00Z",
"eventCategoryId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"groupId": 12345,
"eventEffects": [
{
"forecastConfigurationId": 42,
"type": "RELATIVE",
"value": 1.25
}
],
"eventEffectValue": 1.25,
"comment": "Local football match",
"active": true,
"hierarchyEnabled": true
},
"groupId": 12345,
"eventEffects": [
{
"forecastConfigurationId": 42,
"type": "RELATIVE",
"value": 1.25
}
],
"eventEffectValue": 1.25,
"comment": "Local football match",
"active": true,
"hierarchyEnabled": true
}
]