tag_search
Return a list of tags whose names contain a given string.
By default only free tags (tags that don't belong to any vocabulary) are searched. If the vocabulary_id argument is given then only tags belonging to that vocabulary will be searched instead.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "http://localhost:5000/api/3/action/tag_search" \ -H "Content-Type: application/json" \ -d '{}'