recombee_api_client.api_requests.list_item_bookmarks module¶
-
class
recombee_api_client.api_requests.list_item_bookmarks.
ListItemBookmarks
(item_id: str)¶ Bases:
recombee_api_client.api_requests.request.Request
List all the ever-made bookmarks of a given item. Required parameters:
- Parameters
item_id – ID of the item of which the bookmarks are to be listed.
-
get_body_parameters
() → dict¶ Values of body parameters as a dictionary (name of parameter: value of the parameter).
-
get_query_parameters
() → dict¶ Values of query parameters as a dictionary (name of parameter: value of the parameter).