v1
latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KBevents
Return an array all Events within a Community
get/events
Query parameters
groupIDstring uuid
If provided, only events that have been assigned to this group will be returned
Response
Successful response
Example response
[
{
"name": "Toby's Going-Away Party",
"description": "The best event to happen this year. Look forward to fireworks and BBQ!",
"recurring": true,
"coverImage": "https://example.com/event-cover.jpg"
}
]