Hello there!
How can I get the ID of a project which is inside multiple subgroups via API, for example:
my_group/group1/group2/group3/my_project
How can I get the ID of my_project using the GitLab API? I’ve found this (Groups API | GitLab) but with it I can only list projects until my_group/group1.