ckanaction

resource_show

Return the metadata of a resource.

POST
resource_show

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 '{}'