events
Get event comments
Paginated stream of top-level comments (with nested replies) for a remix-contest event. Host-authored top-level comments represent "post updates"; everything else is a community comment.
get/events/{eventId}/comments
Path parameters
eventIdstring required
An Event ID
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
user_idstring
The user ID of the user making the request
sort_method'top' | 'newest' | 'timestamp'
The sort method
Response
Success