Hello.
To make sure event ratings(and rating comments) don't get "lost" in a sea
of past events, I'm working on a simple interface so organizers can jump in
and see a list of ratings without having to view each/every event.
Two things that would make that helpful: an optional param to limit the
response to a "rating posted" starting time, and a param to retrieve
ratings by group_id (currently you can only retrieve based on individual
event).
At this point, I would have to grab all recent events and make requests for
each one individually. Then I have to filter by date.
Ordering by event id would be a very nice bonus.
Any possibility this could be added?
Joe