Read Events
DevelopingGET
/v1/site/{siteId}/eventsReturns all events for this site, most recent first (starts_at DESC). Use the status
parameter to filter out events.
Request
Path Params
siteId
string
required
Query Params
status
enum<string>
optional
It supports filtering by multiple statuses at the same time. For instance: status=COMPLETED&status=UPCOMING
Allowed values:
ACTIVECOMPLETEDUPCOMING
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/1575061)[]
optional
#/definitions/1575061
optional
Example
Not configured
Last modified: 3 months ago