package_list
This endpoint lists CKAN 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/package_list" \ -H "Content-Type: application/json" \ -d '{}'