How can I get user history between two dates with deezer API?

134 views Asked by At

I would like to get user history between two dates (get history for one month for example). Is there a way to add param in url ? something like :

http://api.deezer.com/user/me/history?start=1483522674&end=1483609074

Thanks

1

There are 1 answers

0
Fred_Dzr On

Unfortunately, it is not possible, but instead you can use the "limit" and "index" parameters.