API : get parent issue iid for a task

I’m using gitlab API to sync issues from multiples projects to a dashboard.

Now I want to link tasks to their parent issue.

But the Issue endpoint do not seems to give me any indications about the parent for a task or children for an issue ? Did I miss something ?

Thanks.