This API retrieves details of quickpicks created for the casebase.
If getLastSavedQuickPickForInteraction query parameter is passed as yes then one of below must be passed in request header
Success
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "quickpick": [
- {
- "comment": "v3 demo1",
- "name": "QuickPick374731486",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/quickpicks/376?casebaseId=409601000000241"
}, - "id": 376
}, - {
- "comment": "v3 demo2",
- "name": "QuickPick256662371",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/quickpicks/386?casebaseId=409601000000241"
}, - "id": 386
}, - {
- "comment": "v3 demo3",
- "name": "QuickPick294332546",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/quickpicks/388?casebaseId=409601000000241"
}, - "id": 388
}
], - "paginationInfo": {
- "count": 40,
- "pagenum": 1,
- "pagesize": 3,
- "link": [
- {
- "rel": "next",
- "href": "/knowledge/portalmgr/v3/portals/999900000000000/gh/quickpicks?casebaseId=409601000000241&$pagenum=2&$pagesize=3"
}
]
}
}