The Get Available Casebases Releases API retrieves all Casebase Releases associated with a portal.
Success
When no Casebase Release is associated with the portal.
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "casebase": [
- {
- "name": "Financial Vertical Bot",
- "id": "202201000000002",
- "status": "live",
- "casebaseId": "202201000000002",
- "profiles": [
- {
- "profile": [
- {
- "name": "system profile",
- "id": "100100000000001"
}
]
}
], - "languages": {
- "kbLanguage": [
- {
- "name": "English (US)",
- "code": "en-US"
}
]
}, - "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/gh/casebasereleases/202201000000002?%24lang=en-US"
}
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 10
}
}