resource_show
Return the metadata of a resource.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
id?string
the id of the resource
curl -X POST "http://localhost:5000/api/3/action/resource_show" \ -H "Content-Type: application/json" \ -d '{}'