0 / 0
How to get a list of all the Knowledge Accelerator items that can be imported.

Viewing Knowledge Accelerator items available to import

A list of the items that can be imported for each of the Knowledge Accelerators can be returned.

To get the latest list of items available for import submit the following command:

GET /v1/knowledge_accelerators
This lists the details of all the knowledge accelerators available to import:
"count": 3,
    "knowledge_accelerators" ....

The JSON returned in the response shows the number of Knowledge Accelerators available for import: "count": 3,. It also lists the individual Knowledge Accelerators, showing details for each including: 'id', 'name' 'definition', 'version', statistics for each of the artifact types in the Knowledge Accelerator content, and a list of the components contained in the Knowledge Accelerator.

Example of response for Knowledge Accelerator for Insurance:
    "knowledge_accelerators": [
        {
            "id": "kain20",
            "name": "Knowledge Accelerator for Insurance",
            "definition": "IBM Knowledge Accelerator for Insurance\n\nTo access IBM documentation for this offering https://dataplatform.cloud.ibm.com/docs/content/kaaas/kaaas_intro.html\n\nAccess Legal Notices: https://dataplatform.cloud.ibm.com/docs/content/kaaas/notices.html\n\nUS Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.\n\nIBM and the IBM logo are trademarks of International Business Machines Corporation in the United States, other countries, or both. Other company, product, or service names may be trademarks or service marks of others.",
            "type": "Knowledge-Accelerator",
            "format": "WKC Glossary",
            "version": "2.0.20210610",
            "stats": {
                "terms": 23085,
                "categories": 812,
                "classifications": 22,
                "reference_data": 667,
                "reference_data_value": 17159
            },
            "contains": [
                {
                    "id": "base",
					...},
                {   "id": "core-bpi",
                     ...},
                {   "id": "catastrophe",
                    ...},
                {   "id": "ccpa",
                    ...},
                {   "id": "cyber",
                    ...},
                {   "id": "fatca",
                    ...},
                {   "id": "gdpr",
                    ...},
                {   "id": "multiline",
                    ...},
                {   "id": "ods",
                    },
                {   "id": "pit",
                    ...},
                {   "id": "rdos",
                    ...},
                {   "id": "solvency-ii",
                    ...},
                {   "id": "twc",
                    ...},
                {   "id": "vehicle-accident",
                    ...}]
        },...
To get a list of all of the items associated with a particular Knowledge Accelerator, specify the industry code as follows:
GET /v1/knowledge_accelerators/{ka_id}
  • Knowledge Accelerator for Energy and Utilities {kaeu20}:
    GET /v1/knowledge_accelerators/kaeu20
  • Knowledge Accelerator for Financial Services {kafs20}:
    GET /v1/knowledge_accelerators/kafs20
  • Knowledge Accelerator for Healthcare {kahc20}:
    GET /v1/knowledge_accelerators/kahc20
  • Knowledge Accelerator for Insurance {kain20}:
    GET /v1/knowledge_accelerators/kain20
Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more