Usage of /tags/required GET
Discussion
Returns the tags found on a site that fulfill required tag constraints on questions.
The inname
parameter lets a consumer filter down to tags that contain a certain substring.
For example, inname=own
would return both "download" and "owner" amongst others.
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