Usage of /collectives/{slugs}/tags GET
Discussion
Returns tag objects belonging to the Collectives in {slugs} found on the site.
{slugs}
can contain up to 20 semicolon delimited slugs.
This method returns a list of tags.
The sorts accepted by this method operate on the following fields of the tag object:
- popular –
count
- activity – the
creation_date
of the last question asked with the tag - name –
name
popular
is the default sort.It is possible to create moderately complex queries using
sort
, min
, max
, fromdate
, and todate
.
Try It