Colleagues, hi!
We would like to get a list of users who received the badge 4 within the date 1 - 31 january 2020. We know how to get a list of user who received the badge 4 but how can we add a date filter (or time)? https://api2-eu-west-1.insided.com/user?filter%5Bbadges.badgeid%5D=4
As I understood right, the only possibility to do it is the following:
We should call all the users with a specific badge and then apply a filter to the addedDate for the specific badge on each user, right? It is a problem.
It is not very convenient, could you please make possible adding date filter for requests related to users badges?