recombee_api_client.api_requests.list_series_items module¶
-
class
recombee_api_client.api_requests.list_series_items.
ListSeriesItems
(series_id: str)¶ Bases:
recombee_api_client.api_requests.request.Request
List all the items present in the given series, sorted according to their time index values. Required parameters:
- Parameters
series_id – ID of the series items of which 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).