Using the REST API to list team allocations of all users
![]()
I am trying to get a list of all the team allocations of all the users. So far I can't find any variable for doing this. I can get a list of all teams and their members:
https://SERVER:PORT/jazz/rpt/repository/foundation?fields=foundation/teamArea/(name|teamMembers/name) However, the list of team member fields does not include any allocations. Likewise I can get a list of users: https://SERVER:PORT/jts/rpt/repository/foundation?fields=foundation/contributor/(userId|name|archived)&size=999 But no team info is available under the "contributor" field. Any ideas how to get team allocations from the REST API? |