ScheduledEventsSplitByDateResource

The following resources are part of this group:

/scheduledEventsSplitByDate

Mount Point: /rest/v1/scheduledEventsSplitByDate

GET

List the events to come published to a given channel, each event being represented by one row for each dates it occurs

Parameters

name description type default
modifiedSince (optional) timestamp to retrieve only events modified since this timestamp (in ms since 1/1/1970) query
api_key (optional) use it if you use sowprog to publish events and want to retrieve only event you published query
user_group (optional, mandatory if you use an api_key) filter events you published by the user group query

Response Body

element: scheduledEventsSplitByDate
media types: application/xml
application/json

scheduled events split by date

/scheduledEventsSplitByDate/search

Mount Point: /rest/v1/scheduledEventsSplitByDate/search

GET

List the events to come published to a given channel, filtered by query params matching properties.
When the same properties is specified more than once, an OR is applied. On different properties, an AND is applied.
This won't work on properties inside a list, like event prices or event dates.
For example, to get events in a location located in departments (75 OR 92) AND freeAdmission (true) :
/scheduledEventsSplitByDate/search?location.contact.department=75& location.contact.department=92&freeAdmission=true ERROR CODES :
406 - when a query param is not matching a property

Parameters

name description type default
modifiedSince optional timestamp to retrieve only events modified since this timestamp (in ms since 1/1/1970) query
api_key (optional) use it if you use sowprog to publish events and want to retrieve only event you published query
user_group (optional, mandatory if you use an api_key) filter events you published by the user group query

Response Body

element: scheduledEventsSplitByDate
media types: application/xml
application/json

scheduled events