Events ====== Listing events ^^^^^^^^^^^^^^ ``/api/v2/selfservice/$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) 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. .. code-block:: http http GET https://sls-api.sheepcrm.com/api/v2/selfservice/$FLOCK/events/ Single event ^^^^^^^^^^^^ ``/api/v2/selfservice/$FLOCK/event/{event_uid}`` Single event boxoffice link ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``/api/v2/selfservice/$FLOCK/event/{event_uid}/boxoffice`` Available tickets for an event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``/api/v2/selfservice/$FLOCK/event/{event_uid}/tickets``