tag_show
Return the details of a tag and all its datasets.
Authorization<token>
CKAN API token
In: header
id?string
the name or id of the tag
vocabulary_id?string
the id or name of the tag vocabulary that the tag is in - if it is not specified it will assume it is a free tag
include_datasets?boolean
include a list of the tag's datasets (up to a limit of 1000 - for more flexibility, use package_search) (default: False)
curl -X POST "http://localhost:5000/api/3/action/tag_show" \ -H "Content-Type: application/json" \ -d '{}'