Search tasks in a workspace with section infomation

Hello,

Can I get section info from this API?

I checked opt_field, there is not an option for section

I need task info with sorted task info. that’s why I am using workspace_search API…

does anybody have a idea for this?’

thanks

Hi @andy39,

Right, there isn’t a separate property for the section. The property you want is memberships; that specifies what projects the task is in, and for each project, what section within the project.

You can get the section name using ?opt_fields=memberships.section.name or the section gid using gid instead of name.

1 Like