how to get oslc names of RTC workitem attributes
![](http://jazz.net/_images/myphoto/6517834387353d6315c4d76eb61e61fa.jpg)
One answer
![](http://jazz.net/_images/myphoto/6517834387353d6315c4d76eb61e61fa.jpg)
you can try executing the following to see the attributes
https://server:9443/ccm/oslc/attributes/workitem.xml
If you want to get PA specfic, then try
https://server:9443/ccm/oslc/attributes/workitem.xml?oslc_cm.query=rtc_cm:projectArea="<PA UUID>"
Comments
![](http://jazz.net/_images/myphoto/6517834387353d6315c4d76eb61e61fa.jpg)
Thanks Karthik. But I get a connection timeout error when executing both commands above with the server name replaced by the actual server name. any hints?
Regards,
Radha
![](http://jazz.net/_images/myphoto/188b5931fb5906783450fdf0776f5e04.jpg)
Perhaps you dont use port 9443 in the url?
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
Radha, "server:9443" is just an example. You need to replace it with the host name and port number in your actual environment.
![](http://jazz.net/_images/myphoto/6517834387353d6315c4d76eb61e61fa.jpg)
@Donald: Yes. i tried with the actual server name and not "server".
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
It makes no sense that you got a connection timeout error. Can you access the URL in a browser? Do you use a proxy?