Usage of /collectives/{slugs}/questions GET
Discussion
Returns the questions that are part of the Collective identified by {slugs}.
A question is part of a Collective if it is tagged with a tag that is part of a Collective.
{slugs}
can contain up to 20 semicolon delimited slugs.
The sorts accepted by this method operate on the following fields of the question 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 questions.
Try It