Response Format
All successful responses will be in JSON format with the following structure:
{
"data": [
// Array of event objects (see Event Model documentation)
],
"totalCount": 123, // Total number of matching events
"page": 1, // Current page number
"rowPerPage": 100 // Number of records per page
}