Response JSON Structure
A successful JSON response from CKAN will look similar to:
{
"help": "Return a list of the names of the site’s datasets (packages).\n\n …",
"result": [
"centaline-centanetod-ccipropertyinfo",
"clp-team1-electric-vehicle-charging-location",
"hk-afcd-afcdlist-pesticides-licensee-1",
"hk-afcd-afcdlist-pesticides-licensee-2",
…
],
"success": true
}
help: The documentation string which explains the function you called. result: The returned result from the function called. The type and value of the result depend on which function you called. success: true or false indicator of whether the API call was successful.