I'm using the Get Folder Tree API call and need to add a single custom field to the response for each project. The doc is sparse on syntax examples (https://developers.wrike.com/api/v4/folders-projects/#get-folder-tree), and so far I haven't been able to get this working.
This call succeeds but doesn't actually include any custom fields in the response.
{{Wrike API}}/folders/{{MASKED}}/folders?fields=["customFields"]Nothing I've tried to specify an individual custom field to retrieve has helped (results in "invalid_parameter" error).
I'm missing something simple here, I'm sure. I'd appreciate any/all help!