ScheduledEventsResource
The following resources are applicable:
/scheduledEvents
Mount Point: /../../rest/v1_2/scheduledEvents
GET
List the events to come published to a given channel.
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 | |
past_events | (no documentation provided) | query |
Response Body
element: | scheduledEvents |
media types: | application/xml application/json |
scheduled events
/scheduledEvents/search
Mount Point: /../../rest/v1_2/scheduledEvents/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) :
/scheduledEvents/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 | |
past_events | (no documentation provided) | query |
Response Body
element: | scheduledEvents |
media types: | application/xml application/json |
scheduled events