Empathy Stats API V2 - Reports - Related - Wishlist

The following report calculates all the related 'add to wishlist' for one given query in the system in the selected date range.

Example application/json
{
    "data": {
        "products": [],
        "count": 0,
        "total_related": 0
    },
    "params": {
        "site_id": "sample",
        "start_date": 1506816000000,
        "end_date": 1513551600000,
        "filters": [],
        "offset": 0,
        "rows": 10,
        "evol": false,
        "terms": "jeans",
        "terms_hash": 4082137504682426875
    }
}