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