Attempting to use the search API endpoint to retrieve latest since the last syncronization. The uploaded_at parameter seems well suited to this task, but I'm having difficulty getting the request to validate:
The following returns a bad request error:
https:// active-api.magellangps.com/ my-api-key/ fitness/ latest/ activities/search .json ?min_uploaded_at=2014-01-01T10:10:10Z&provider=magellan &access_token=my-access-token
However if I specify the date using the identical format for the field: max_performed_at or min_performed_at it works as expected.
As an additional note while min_performed_at and max_performed_at work as expected returning the correct number of results, the field max_updated_at and min_updated_at return zero results when one field is specified and the other is left blank.