ckanaction

organization_show

Return the details of an organization (only its first 10 datasets are returned).

POST
organization_show
Authorization<token>

CKAN API token

In: header

id?string

the id or name of the organization

include_datasets?boolean

include a truncated list of the org's datasets (default: False)

include_dataset_count?boolean

include the full package_count (default: True)

include_extras?boolean

include the organization's extra fields (default: True)

include_users?boolean

include the organization's users (default: True if ckan.auth.public_user_details is True otherwise False)

include_groups?boolean

include the organization's sub groups (default True)

include_tags?boolean

include the organization's tags (default: True)

include_followers?boolean

include the organization's number of followers (default: True)

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