Reputation: 3175
I'd like to retrieve the team capacity work details (the right area of the team capacity web page) using the TFS REST API.
Can this be achieved? I tried to use the "Get a team's capacity" API but it returns only the days off and the capacity per day for the team members.
Upvotes: 1
Views: 468
Reputation: 51183
If you are meaning the work details such as below picture
There is no REST API or Client API will directly return such things. If you have got remaining work days. According to the returned team members days off and capacity per day. You should be able to calculate the values.
Upvotes: 1