class RecombeeApiClient::ListItemDetailViews
Lists all the detail views of the given item ever made by different users.
Attributes
Public Class Methods
Source
# File lib/recombee_api_client/api/list_item_detail_views.rb, line 21 def initialize(item_id) @item_id = item_id @timeout = 100000 @ensure_https = false end
-
*Required arguments*
-
item_id
-> ID of the item whose detail views are to be listed.
-
Public Instance Methods
Source
# File lib/recombee_api_client/api/list_item_detail_views.rb, line 33 def body_parameters p = Hash.new p end
Values of body parameters as a Hash
Source
# File lib/recombee_api_client/api/list_item_detail_views.rb, line 28 def method :get end
HTTP method
Source
# File lib/recombee_api_client/api/list_item_detail_views.rb, line 46 def path "/{databaseId}/items/#{@item_id}/detailviews/" end
Relative path to the endpoint
Source
# File lib/recombee_api_client/api/list_item_detail_views.rb, line 40 def query_parameters params = {} params end
Values of query parameters as a Hash. name of parameter => value of the parameter