Projects need to download from Teamcity Follow Keertipatisiva Created February 07, 2023 06:52 We need to download the project names from teamcity. Can anyone please share the options in teamcity or any query to run and pull the project names.
Hello,
You could use the REST API for this purpose. As an example, you could get all the projects using:
You could get all the information from the projects like this and parse the result and get the project names.
You could also adjust this call to get a list with the project names only:
Thank you,
Guilherme