Get clients' ideabook actions (likes, dislikes, wishlists)
Gets a list of ideabook actions for specified clients. The actions include all reactions to ideabook objects (ideabook object can stand for an item or simply attachment shared by sales associate like image or video). Among type of actions that might be performed by client there are:
- like
- dislike
- adding to wishlist
- like removal
- dislike removal
- removing from wishlist
If there are no clients found with given client IDs the API returns an error about no records found.
If among passed clients IDs in the query parameter there is at least one client who exists in the database the API will return an object with client IDs as keys and an array of ideabook actions as values. IDs of the clients that weren’t found in the DB will not be returned in the response object.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Format: /api/extraction/v1/ideabook_actions?client_ids=CLIENT_ID_1,CLIENT_ID_2
Response
The response is of type any
.