If a task is shared with multiples teams, how can we get information on all the teams it is shared to. Suppose refer to the task shown below which is shared with 3 teams. But in the API response I can see only 1 team. Can you please help me fetch all the 3 teams data. Thanks.
@Sirisha_Yellamraju - are you looking for this at the task or project level (the screenshot you shared is of a project). If it’s for projects, call the memberships endpoint and pass "parent": projectGID in the data object. This should return all teams that are members of that project.