Accessing contents of comment using comment id without using artifact url
![]() For java application based on doorsng ,Suppose I have comment Id or comment location (uniquely identifies comment). Then is there any way I can get comment content ? I dont want to use artifact url.
Eg.I have this: <rooturl>/rm/comments/<comment-id>
Can I get comment content through this using any oslc api for java application?
|
Comments
In simplier terms I want to access individual comments