User-Item Interactions

Add Bookmark

Adds a bookmark of the given item made by the given user.

post/{databaseId}/bookmarks/

Path parameters

databaseIdstring required

ID of your database.

Request body

userIdstring required

User who bookmarked the item

itemIdstring required

Bookmarked item

cascadeCreateboolean

Sets whether the given user/item should be created if not present in the database.

recommIdstring

If this bookmark is based on a recommendation request, recommId is the id of the clicked recommendation.

additionalDataobject

A dictionary of additional data for the interaction.

Response

Successful operation.

Changes