ckanaction

resource_view_create

Creates a new resource view.

POST
resource_view_create

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

resource_id?string

id of the resource

title?string

the title of the view

description?string

a description of the view

view_type?string

type of view

config?string

(JSON string) options necessary to recreate a view state

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