ckanaction

group_autocomplete

Return a list of group names that contain a string.

POST
group_autocomplete
Authorization<token>

CKAN API token

In: header

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 '{}'