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

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

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