Events¶
Listing events¶
/selfservice/v2/$FLOCK/events/
Event through the self service app. Only current and future events are shown with a valid controller and where hide_from_self_service is False.
- group_uri
optional group / team uri parameter to return only events for that group.
- include_group_events
optional, set to true to include all group events in the query (if group_uri is set then this parameter is set to True)
- category
optional, filter by category
- subcategory
optional, filter by subcategory
- tags
optional, filter by tags
- event_type
optional, filter by event type
- featured
optional, incude only featured events
- start_date
optional, filter by start date
The central setting team_self_service_events “off”, “blended” or “segregated” controls the default behaviour. “segregated” means central events are shown on the main event listing and group specific events are shown only within their group.
http GET https://sls-api.sheepcrm.com/selfservice/v2/$FLOCK/events/
Single event¶
/selfservice/v2/$FLOCK/event/{event_uid}
Single event boxoffice link¶
/selfservice/v2/$FLOCK/event/{event_uid}/boxoffice
Available tickets for an event¶
/selfservice/v2/$FLOCK/event/{event_uid}/tickets