Reputation: 91
How filter work with REST API to filter users to get only active users?
For example
GET http://api.quickblox.com/users.json?last_request_at[gt]=date+1435734384
Upvotes: 0
Views: 268
Reputation: 91
I have found how to do that. GET http://api.quickblox.com/users.json?filter[]=date+last_request_at+gt+2015-07-01T08:34:47Z This is not useful. Quickblox should revise REST API perception.
Upvotes: 4