The Get All Cases of a Cluster in Release API retrieves all cases in cluster of a Casebase Release. A Case is a group of Questions, Articles, and control actions that work together to guide users through a series of questions and scenarios in a Guided Help session.
A Guided Help search session for the provided Casebase Release must be in progress before this API is invoked.
Success
When no cases are present in cluster.
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "case": [
- {
- "shortName": "Case55",
- "title": "Becoming a Member",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/gh/casebasereleases/202201000000002/cases/1000001085?%24lang=en-US"
}, - "id": "1000001085"
}, - {
- "shortName": "Case56",
- "title": "Member Benefits Information",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/gh/casebasereleases/202201000000002/cases/1000001087?%24lang=en-US"
}, - "id": "1000001087"
}, - {
- "shortName": "Case57",
- "title": "How to Discontinue Membership",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/gh/casebasereleases/202201000000002/cases/1000001089?%24lang=en-US"
}, - "id": "1000001089"
}
], - "paginationInfo": {
- "count": 3,
- "pagenum": 1,
- "pagesize": 10
}
}