I’m having issues with the following API call:
It returns name but doesn’t return the field declared as “memberships.1.section.name”.
When I remove all opt_fields, that field does get returned as:
“data » memberships » 1 » section » name”
Any idea why this field isn’t returned when I declare it as the opt_field memberships.1.section.name?