I am trying to get relation objects from a class. What I am doing looks something like this, but it is not working. Does anybody know what I could be doing wrong?
curl -X GET \
-H "X-Parse-Application-Id: xxxxx" \
-H "X-Parse-REST-API-Key: xxxx" \
--data-urlencode 'where={"$relatedTo":{"object":{"__type”:"Relation","className”:”Dog","objectId":"xkxJOVMcMv"},"key”:"dogs"}}' \
https://api.parse.com/1/classes/owner
Thank you !