URL

GET https://api.vistanet.jp/api/v2/tenants/{tenantId}/kb/categorylist/{categoryId}

Sample URLs

https://api.vistanet.jp//api/v2//tenants/client_11/kb/categorylist/KBC0000000018

Status code

200 OK

Sample response

[
    {
        "id": "KBC0000000019",
        "name": "test ",
        "path": "test >>category 1 ",
        "state": "ACTIVE"
    },
    {
        "id": "KBC0000000042",
        "name": "test ",
        "path": "test >>category 1 >> category 2",
        "state": "ACTIVE"
    }
]