Reading a Specific Object
URL
GET to the following URL:
http://rest.wasabisync.com/client_apps/<appId>/users/<userId>/known_objects/<\guid>.json
Parameters
- appId - The application id which will receive your data. This should be of the form: com.yourcompany.yourapplication.
- userId - The id of the user who will own the object you are posting. Typically, this will be an email address.
- guid - The id of the object you want to view.
Result
Discussion
This method allows you to access a specific object.