Hello!
First-time poster, I've never used the Dropbox REST API before! I was curious if anyone knew the answer to this question.
When making a request to https://api.dropboxapi.com/2/files/list_folder you get back a JSON object obviously. However, I only need a subset of those fields in the result object, namely content_hash and path_display. Is there any way to ONLY get those fields back in the API (much like GraphQL). The goal is to save bandwidth, both for myself and Dropbox.