package_show
Return the metadata of a dataset and its resources.
Authorization<token>
CKAN API token
In: header
idstring
the id or name of the dataset
use_default_schema?boolean
use default package schema instead of a custom schema defined with an IDatasetForm plugin
include_plugin_data?boolean
Include the internal plugin data object (sysadmin only)
curl -X POST "http://localhost:5000/api/3/action/package_show" \ -H "Content-Type: application/json" \ -d '{ "id": "string" }'