I have written an android app to go fetch activities from a certain date but I am having trouble with the response.
If I use the request for a list of activities the "before" parameter does not seem to do anything. For example
and
both give a HTTP 200 response but the list of activities is the same. So it looks as though the datetime is being ignored.
If I change the parameter to "after" it does not matter what datetime I use I always get a http 400 error with the message -
{"message":"Bad Request","errors":[{"resource":"Application","field":"after","code":"future"}]}
Any ideas on what I am doing wrong?