The Get All Quickpicks for a Portal 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
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "quickpick": [
- {
- "comment": "demo%20quickpick",
- "name": "QuickPick82700245",
- "link": {
- "rel": "self",
- "href": "/knowledge/portalmgr/v4/portals/PROD-1000/gh/quickpicks/11?casebaseId=202201000000002&%24lang=en-US"
}, - "id": "11",
- "linkToActivity": false,
- "casebaseReleaseId": "202201000000002"
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 10
}
}