Is it possible to get the workload of a person by oslc?

Accepted answer

Hello Melanie,
List of all resource allocations could be extracted using https://hostname:9443/ccm/rpt/repository/apt URI. Individual assignments are stored in <workresourcedetails> element. You could drill down into an assignment f.e. https://hostname.com:9443/ccm/resource/itemOid/com.ibm.team.apt.resource.WorkResourceDetails/_V90QsLCFEeGPPeykedJOew
and found all details.
<assignment> attribute contains info about assignment %.
List of all resource allocations could be extracted using https://hostname:9443/ccm/rpt/repository/apt URI. Individual assignments are stored in <workresourcedetails> element. You could drill down into an assignment f.e. https://hostname.com:9443/ccm/resource/itemOid/com.ibm.team.apt.resource.WorkResourceDetails/_V90QsLCFEeGPPeykedJOew
and found all details.
<assignment> attribute contains info about assignment %.
Comments

Hello Timur,
thank you for your answer. Is it possible to discover the URI https://hostname:9443/ccm/rpt/repository/apt
by https://hostname:9443/ccm/rootservices ?