How to get user license info via OSLC / REST API ?
I am writing a user reporting tool and need to get each user's license info via the API. So far I have figured out the following:
All Users (name,ID,Modified,Archived)
https://SERVER:PORT/jts/rpt/repository/foundation?fields=foundation/contributor/*/*
All Users (name,ID,Modified,Photo)
https://SERVER:PORT/jazz/oslc/users
Neither of the lists include license info and one list has the photo but not archived info and the other has archive info but not the photo (would prefer one list that has both).
I found some info on an individual user basis:
(TimeZone,HoursPerDay,Allocations)
https://SERVER:PORT/jazz/service/com.ibm.team.apt.internal.service.rest.IResourcePlanningRestService/workEnvironment?contributorId=UNIQUEITEMIDOFUSER
Great! I can get work day and allocation info - but still no license info! How do I get the license info of users through the API?
All Users (name,ID,Modified,Archived)
https://SERVER:PORT/jts/rpt/repository/foundation?fields=foundation/contributor/*/*
All Users (name,ID,Modified,Photo)
https://SERVER:PORT/jazz/oslc/users
Neither of the lists include license info and one list has the photo but not archived info and the other has archive info but not the photo (would prefer one list that has both).
I found some info on an individual user basis:
(TimeZone,HoursPerDay,Allocations)
https://SERVER:PORT/jazz/service/com.ibm.team.apt.internal.service.rest.IResourcePlanningRestService/workEnvironment?contributorId=UNIQUEITEMIDOFUSER
Great! I can get work day and allocation info - but still no license info! How do I get the license info of users through the API?
Comments
Mike Shkolnik
Oct 09 '13, 2:03 p.m.abhishek patti
JAZZ DEVELOPER Oct 10 '13, 11:55 p.m.Mike Shkolnik
Oct 11 '13, 12:27 p.m.Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Oct 13 '13, 5:33 p.m.Mike Shkolnik
Oct 14 '13, 1:58 p.m.