This API retrieves all cases in cluster of a casebase release.
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": "Case1",
- "title": "",
- "acceptCount": 0,
- "rejectCount": 0,
- "action": [ ],
- "annotation": [
- {
- "annotationType": "ADDITIONAL_INFORMATION",
- "content": "",
- "contentType": "TEXT"
}
], - "answeredQuestion": [ ],
- "questionDetail": [
- {
- "question": {
- "title": "Question 1",
- "clusterId": 1000003844,
- "conjScoringType": 3,
- "matchRatio": 50,
- "matchType": 0,
- "matchWeight": 10,
- "matchWeightFromParent": 10,
- "mismatchRatio": -10,
- "mismatchType": 3,
- "mismatchWeight": -2,
- "mismatchWeightFromParent": 10,
- "name": "Q1",
- "questionType": 1,
- "visible": 1,
- "customAttribute": [ ],
- "id": 1000003852
}, - "answer": [
- {
- "conceptName": "yes",
- "conceptId": 1000003848,
- "lowerValue": 0,
- "upperValue": 0,
- "lowerInclusive": 1,
- "upperInclusive": 1,
- "partialMin": 0,
- "partialMax": 0
}
], - "scoringDetail": {
- "confirmationScoring": 0,
- "eliminationScoring": 0,
- "matchBias": 1,
- "matchOn": 0,
- "matchWeightValue": 10,
- "mismatchWeightValue": 2
}, - "scoringValue": 50
}, - {
- "question": {
- "title": "Question 2",
- "clusterId": 1000003844,
- "conjScoringType": 3,
- "matchRatio": 50,
- "matchType": 0,
- "matchWeight": 10,
- "matchWeightFromParent": 10,
- "mismatchRatio": -10,
- "mismatchType": 3,
- "mismatchWeight": -2,
- "mismatchWeightFromParent": 10,
- "name": "Q2",
- "questionType": 1,
- "visible": 1,
- "customAttribute": [ ],
- "id": 1000003858
}, - "answer": [
- {
- "conceptName": "yes",
- "conceptId": 1000003854,
- "lowerValue": 0,
- "upperValue": 0,
- "lowerInclusive": 1,
- "upperInclusive": 1,
- "partialMin": 0,
- "partialMax": 0
}
], - "scoringDetail": {
- "confirmationScoring": 0,
- "eliminationScoring": 0,
- "matchBias": 1,
- "matchOn": 0,
- "matchWeightValue": 10,
- "mismatchWeightValue": 2
}, - "scoringValue": 50
}
], - "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/casebasereleases/409601000000239/cases/1000003892"
}, - "id": 1000003892
}
], - "paginationInfo": {
- "count": 2,
- "pagenum": 1,
- "pagesize": 1,
- "link": [
- {
- "rel": "next",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/casebasereleases/409601000000239/clusters/1000003844/cases?$pagesize=1&$pagenum=2"
}
]
}
}