Usage of /collectives/{slugs} GET
Discussion
Returns Collective objects representing the Collectives in {slugs} found on the site.
{slugs} can contain up to 20 semicolon delimited slugs.
The sorts accepted by this method operate on the following fields of the Collective object:
- name –
name
name 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 Collectives.
Try It