It's all about the answers!

Ask a question

RTC RestAPI and Filter


COUHE Jean-philippe (11) | asked Apr 20, 6:12 a.m.

Hello, 


I can get WorkItem details with this URL https://server:port/ccm/rpt/repository/workitem and with the documentation I found I can make queries and get the information I want from an XML; 

I would like to know if it is possible to make a filter on a custom attribute

For example for the moment I have as result 
<allExtensions>
                <key>request.isOk</key>
                <displayValue>Yes</displayValue>
</allExtensions>

Or for another line 
<allExtensions>
                <key>request.isOk</key>
                <displayValue>No</displayValue>
 </allExtensions>

I would like to be able to retrieve the Yes
Is this possible? 

Thanks

One answer



permanent link
Ralph Schoon (62.7k33643) | answered Apr 20, 9:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Your answer


Register or to post your answer.