Each task has their status: to do, in progress, done and etc. I saw qs param called opt_fields. But I don`t know which value should be passed to this qs param to response will include section name or details.
The task property you want is memberships.
Api returns: [{}]
Ah, try using opt_expand instead of opt_fields. (Note that you can’t use both, only one or the other.)
Thank you, issue is resolved)