REST API bulk get
Hi
I'm using IIntegrationService REST API for integration of RQM with our system.
Is there any way to get entries from TestCase and ExecutionWorkItem entities knowing their IDs, but with single bulk request?
For example, i have got 10 IDs (or direct links) of test cases, and I would like to download them at once - for performance reasons.
For example this way:
?fields=feed/entry/content/executionworkitem[webId="123" or webId="3456"]/(title|webId)
or
?fields=feed/entry/content/executionworkitem[identifier="mylink1" or identifier="mylink2"]/(title|webId)
or
?fields=feed/entry[id="mylink1" or id="mylink2"]/content/executionworkitem
Why the most of entities does not have identifier or webId properties in Filtering Properties?
(LINK)
|
One answer
Unfortunately, fields filtering for web ID or identifier is not supported. The title property would be your best option. This would be a good enhancement. Please open a RQM enhancement.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.