ckanaction

current_package_list_with_resources

Return a list of the site's datasets (packages) and their resources.

The list is sorted most-recently-modified first.

POST
current_package_list_with_resources
Authorization<token>

CKAN API token

In: header

limit?integer

if given, the list of datasets will be broken into pages of at most limit datasets per page and only one page will be returned at a time

offset?integer

when limit is given, the offset to start returning packages from

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