I'm having trouble attempting to read back a Task's Section property. The online API docs info on sections (api-reference/sections) state:
The ‘memberships’ property when getting a task will return the information for the section or the column under ‘section’ in the response.
When trying opt_fields request type, the json returned is empty either memberships:[{}] or memberships:[{},{}]
/projects//tasks?&opt_fields=name,notes,completed,completed_at,assignee,assignee_status,due_on,projects,modified_at,memberships"
When trying opt_expand request type, I don't see any json 'memberships' parts returned
"/projects//tasks?&opt_expand=memberships&opt_fields=name,notes,completed,completed_at,assignee,assignee_status,due_on,projects,modified_at"
Thanks in advance for any suggestions.