GET  /events/find

Search for events on a variety of criteria.

Authorization Not Required

Authorization is not required for this resource.

Note

This resource will not retrieve events marked as private.


Headers

Content-Type [Required]
application/json
Yes
All API requests must have Content-Type declared.

Body

name
string
No
Name of the event. You can provide partial matches for this parameter.
status
string
No
The status of the event. Supported values are accepting_signups, closed_signups, active and completed.
location
string
No
Location of the event. You can provide partial matches for this parameter.
weight_class
integer
No
Weight class of the event. Please see here for further information.
eo
integer/string
No
The Event organiser of the event. This is supplied by using user_id or partial search by name of event organiser.

Response

Success
{"events":[{"event_id":"1092","name":"Dockyard Derby","location":"Gloucester","date_of_event":"2021-06-29","event_organiser":"8102","weight_class":"1","status":"active"},{"event_id":"1096","name":"UWE 2019","location":"University of West England, South Gloucestershire","date_of_event":"2019-02-25","event_organiser":"8191","weight_class":"2","status":"completed"}]}