ds19
ds19

Reputation: 3175

TFS API for team capacity work details

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

Answers (1)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51183

If you are meaning the work details such as below picture

enter image description here

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

Related Questions