This resource allows you to create and retrieve special events, which are variations of standard events.
Operations
Create Special Events
POST /v1/forecasting/special_events/multi_create
Create a Special Event
POST /v1/forecasting/special_events
Delete Special Event by ID
DELETE /v1/forecasting/special_events/{id}
Delete Special Events
POST /v1/forecasting/special_events/multi_delete
Retrieve All Special Events
GET /v1/forecasting/special_events
Retrieve Special Events
POST /v1/forecasting/special_events/multi_read
Retrieve a Special Event by ID
GET /v1/forecasting/special_events/{id}
Update Special Event by ID
PUT /v1/forecasting/special_events/{id}
Update Special Events
POST /v1/forecasting/special_events/multi_update