Publishing question: REST Api for user details?
2 answers
Hi,
I know of 2 ways to do this:
You can do a GET on the user URL (https://localhost:9443/jazz/users/{userid}) and supply a header (Accept: application/rdf+xml).
Or you can use the contributor URL (https://localhost:9443/jazz/resource/itemName/com.ibm.team.repository.Contributor/{userid}), which will return a text/json response
Mark
I know of 2 ways to do this:
You can do a GET on the user URL (https://localhost:9443/jazz/users/{userid}) and supply a header (Accept: application/rdf+xml).
Or you can use the contributor URL (https://localhost:9443/jazz/resource/itemName/com.ibm.team.repository.Contributor/{userid}), which will return a text/json response
Mark
Hi,
I know of 2 ways to do this:
You can do a GET on the user URL (https://localhost:9443/jazz/users/{userid}) and supply a header (Accept: application/rdf+xml).
Or you can use the contributor URL (https://localhost:9443/jazz/resource/itemName/com.ibm.team.repository.Contributor/{userid}), which will return a text/json response
Mark
Mark,
since I would like to include that result in a report, do you have also a clue about how to use either one with the Rationa Publishing Engine (RPE)?