The Get All Bookmarks for a Portal API returns all bookmarks for a portal. Only the topic bookmarks that are available in the scope of the portal are returned.
Success
No Content
Bad Request
Unauthorized
Forbidden
Not Found
Not acceptable
Internal server error
{- "bookmark": [
- {
- "resourceId": "PROD-2996",
- "resourceType": 1,
- "portalId": "PROD-1000",
- "resourceName": "Fair Lending FAQs",
- "bookmarkName": "",
- "externalContentId": "",
- "id": 1002
}
], - "paginationInfo": {
- "count": 1,
- "pagenum": 1,
- "pagesize": 10
}
}