events
Get a specific event
Get a specific event
get/events/{id}
Path parameters
idstring required
The UUID of the event
Response
event found
Example response
{
"id": "fd2da797-faa8-4cb3-b4a8-45ff0174ab51",
"details": "Community group run on the first and second Thursday of the month",
"time": "Every first and second Thursday of the month",
"venue_id": "8769812b-d077-4008-bce7-31deb1f82e97",
"created": "2017-07-21T17:32:28Z",
"updated": "2017-07-21T18:38:30Z"
}