I want to get the workload foreach teammember from the Devops API, so that I can visualize the same like what you can see in the picture and here: https://docs.microsoft.com/en-us/azure/devops/boards/sprints/adjust-work?view=azure-devops
I already saw that there is a capacity endpoint: https://docs.microsoft.com/en-us/rest/api/azure/devops/work/capacities/list?view=azure-devops-rest-5.1. But this shows only the available hours foreach member in a week. I want all workItems per Member (hours summed up). Is there a possible way to achieve this? Am I missing something?