This API can be used to start a guided help search session.
Request body is required for this operation. A guided help search session can be started in following ways
A guided help profile can also be specified while starting the session. This is used to filter the results of search. If this is not passed in the request, default profile of the portal is used.
Questions can also be answered at time of starting the search session.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
casebaseId=217701000000001
{- "casebase": {
- "title": "V3AccessAPICasebase",
- "status": 1,
- "casebaseId": 409601000000239,
- "filterId": 1,
- "id": 409601000000239
}, - "actionSearch": [ ],
- "answeredQuestion": [ ],
- "caseSearch": [ ],
- "dynamicSearch": [ ],
- "unansweredQuestion": [
- {
- "title": "Question 1",
- "type": "1",
- "format": 1,
- "hasAdditionalInfo": true,
- "hasAction": false,
- "validAnswer": [
- {
- "depth": 1,
- "isInvisible": false,
- "text": "yes",
- "id": 1000003848
}, - {
- "depth": 1,
- "isInvisible": false,
- "text": "no",
- "id": 1000003849
}
], - "action": [ ],
- "annotation": [ ],
- "customAttribute": [ ],
- "id": 1000003852
}
], - "startupQuestion": [
- {
- "title": "Question 1",
- "type": "1",
- "format": 1,
- "hasAdditionalInfo": true,
- "hasAction": false,
- "validAnswer": [
- {
- "depth": 1,
- "isInvisible": false,
- "text": "yes",
- "id": 1000003848
}, - {
- "depth": 1,
- "isInvisible": false,
- "text": "no",
- "id": 1000003849
}
], - "action": [ ],
- "annotation": [ ],
- "customAttribute": [ ],
- "id": 1000003852
}
], - "targetClusterId": [
- {
- "id": 1000003843
}, - {
- "id": 1000003844
}
], - "link": [
- {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/search?casebaseId=409601000000239"
}
]
}