Mohcine Aterhzaz
Mohcine Aterhzaz

Reputation: 183

CKAN API ISSUE with organisation_show

When i call my ckan api with this endpoint : 192.168.56.20/api/action/organization_show?id=org I get just the information about the oganisation but no the list of my datasets.

Regards.

Upvotes: 0

Views: 209

Answers (1)

D Read
D Read

Reputation: 3224

Try adding the parameter include_datasets=True

RTFM http://docs.ckan.org/en/latest/api/index.html#ckan.logic.action.get.organization_show

BTW there are advantages to use package_search. It doesn't have the 1000 dataset limit for one.

Upvotes: 1

Related Questions