Querying For a List of Objects

URL

GET to the following URL:

http://rest.wasabisync.com/client_apps/<appId>/users/<userId>/known_objects.json&where=<queryobject>&schema=<schema_version>&objtype=<objtype>&sort=<sort_order>

Parameters

Result

Discussion

This method allows you to query for a list of objects. The list of objects may be homogenous, or, if the objtype parameter is not specified may contain different types of objects.

The where parameter is a JSON object conforming to the Wasabi Sync JSON Query Object definition and should be encoded using URL encoding to remove spaces and other characters reserved for use in URLs.

Specifying none of the optional parameters results in listing all of the known objects owned by the given user.


News & Information