Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Excluding keys in nested objects.
Feature / Enhancement Description
Exclude keys of nested objects using the syntax object.key.
Example Use Case
curl -X GET \
-H "X-Parse-Application-Id: ${APPLICATION_ID}" \
-H "X-Parse-REST-API-Key: ${REST_API_KEY}" \
-G \
--data-urlencode 'excludeKeys=player.profile' \
https://YOUR.PARSE-SERVER.HERE/parse/classes/GameScore/Ed1nuqPvcm
Alternatives / Workarounds
I've not found any workaround. I'd need to esclude a heavy nested object from a query but can't at the moment.