50679caad756
List events
Return a list of all events this site owns. Events are sorted by created_at ascending to allow you to paginate with ease.
Permissions: Requires read access to the site (all-sites-readonly, read:{site_id} or manage:{site_id}).
Returns: A list of event objects.
The currency field is only populated on Create and Update responses; it is returned as null on list and get responses.
Path parameters
The ID of the site. This is the same string you use in your tracking code. Example: CDBUGS
Query parameters
A limit on the number of objects to be returned, between 1 and 100.
A cursor for use in pagination. starting_after is an object ID that defines your place in the list. For example, if you make a list request and receive 10 objects ending with obj_foo, your subsequent call can include starting_after=obj_foo to fetch the next page.
A cursor for use in pagination, working in the opposite direction to starting_after. ending_before is an object ID that defines your place in the list.
Response
Successful response