Usage of /collectives/{slugs}/answers GET
Discussion
Returns answer objects belonging to Collectives in {slugs} found on the site.
An answer is part of a Collective if it was recommended by a Collective or authored by a partner or admin Collective user.
{slugs}
can contain up to 20 semicolon delimited slugs.
The sorts accepted by this method operate on the following fields of the answer object:
- activity –
last_activity_date
- creation –
creation_date
- votes –
score
activity
is the default sort.It is possible to create moderately complex queries using
sort
, min
, max
, fromdate
, and todate
.
This method returns a list of answers.
Try It