We want to get the UUID of the user using "REST API"
![]() How is there a way to get the UUID using the user ID as a parameter in the API?
|
One answer
![]() Hiroaki,
Contributors are out of context of the project area, but in this case, in order to see the uuid of the contributor you need this url from the REST API:
You can also filter by userid:
https://<domain:port>/<context>/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/project+alias/contributor?fields=feed/entry/content/contributor[userid='USERID']/*
The common way to see users/contributor data (not uuid) is with the following urls:
https://<domain:port>/<context>/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources/contributor
More about this at:
regads,
napoles
Comments Hi Antonio
|