'Is there any Azure devops API to fetch Git and TFVC repositories?

I have tried following API https://docs.microsoft.com/en-us/rest/api/azure/devops/git/repositories/list?view=azure-devops-rest-6.0 but it only returns Git repositories in the workspace. I am looking for an API to fetch Both (Git and TFVC) repositories.I couldn't find any in their documentation.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source