ckanaction

group_package_show

Return the datasets (packages) of a group.

POST
group_package_show
Authorization<token>

CKAN API token

In: header

id?string

the id or name of the group

limit?integer

the maximum number of datasets to return

curl -X POST "http://localhost:5000/api/3/action/group_package_show" \  -H "Content-Type: application/json" \  -d '{}'