Recommendations
Recommend Users to Item
Recommends users that are likely to be interested in the given item.
It is also possible to use POST HTTP method (for example in the case of a very long ReQL filter) - query parameters then become body parameters.
The returned users are sorted by predicted interest in the item (the first user being the most interested).
post/{databaseId}/recomms/items/{itemId}/users/
Path parameters
databaseIdstring required
ID of your database.
itemIdstring required
ID of the item for which the recommendations are to be generated.
Request body
Response
Successful operation.
Changes
No recorded changes to this endpoint across all 1 revision of this API.