Reputation: 183
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
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