How to get the list of archived build configurations using rest api?

0
1 comment
Hi Manjula,

There is no functionality to archive build configurations, you can only pause them.
If you need to get the list of archived projects, you can use the projects endpoint for this: https://www.jetbrains.com/help/teamcity/rest/get-project-details.html#List+Projects
The project locator has the `archived` property; you can use it to get only the archived projects.
How to use locators: https://www.jetbrains.com/help/teamcity/rest/locators.html#Add+Locators+to+Requests
Project locator: https://www.jetbrains.com/help/teamcity/rest/projectlocator.html

Best regards,
Anton
0

Please sign in to leave a comment.