回应的JSON结构

以下是CKAN应用程式介面成功请求时所回传的例子:

{
    "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: CKAN应用程序介面中对于该请求所使用的应用程序介面功能描述。 result: 对于该请求的回传结果。结果中的资料类别及值会因不同的应用程序介面功能而异。 success: true或false,代表该请求成功与否。

results matching ""

    No results matching ""