Return a list of the names of the site's groups.
- Provider
- CKAN API
- Input summary
- {"name":"sort","type":"string","required":false,"description":"Sorting of the search results. Optional. Default: \"title asc\". Allowed fields are 'name', 'package_count' and 'title'."}, {"name":"type","type":"string","required":false,"description":"The type of group to list (optional, default: 'group'). See docs for IGroupForm."}, {"name":"limit","type":"integer","required":false,"description":"The maximum number of groups returned (optional). Default: 1000 when all_fields=false unless set in site's configuration ckan.group_and_organization_list_max. Default: 25 w..., {"name":"groups","type":"array","required":false,"description":"A list of names of the groups to return, if given only groups whose names are in this list will be returned (optional)."}, {"name":"offset","type":"integer","required":false,"description":"When limit is given, the offset to start returning groups from."}, {"name":"order_by","type":"string","required":false,"description":"The field to sort the list by, must be 'name' or 'packages' (optional, default: 'name'). Deprecated use sort.","enum":["name","packages"]}, {"name":"all_fields","type":"boolean","required":false,"description":"Return group dictionaries instead of just names. Only core fields are returned - get some more using the include_* options. Returning a list of packages is too expensi..., {"name":"include_tags","type":"boolean","required":false,"description":"If all_fields, include the group tags (optional, default: False)."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available