group_autocomplete
Return a list of group names that contain a string.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
q?string
the string to search for
limit?integer
the maximum number of groups to return (default: 20)
curl -X POST "http://localhost:5000/api/3/action/group_autocomplete" \ -H "Content-Type: application/json" \ -d '{}'