RTC RestAPI and Filter
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
I found this: https://jazz.net/forum/questions/180630/how-to-use-reportable-rest-api-to-filter-custom-attributes-of-allextensions which states, probably not.