group_show
Return the details of a group (only its first 1000 datasets are returned).
Authorization<token>
CKAN API token
In: header
id?string
the id or name of the group
include_datasets?boolean
include a truncated list of the group's datasets (default: False)
include_dataset_count?boolean
include the full package_count (default: True)
include_extras?boolean
include the group's extra fields (default: True)
include_users?boolean
include the group's users (default: True if ckan.auth.public_user_details is True otherwise False)
include_groups?boolean
include the group's sub groups (default True)
include_tags?boolean
include the group's tags (default: True)
include_followers?boolean
include the group's number of followers (default: True)
curl -X POST "http://localhost:5000/api/3/action/group_show" \ -H "Content-Type: application/json" \ -d '{}'