It's all about the answers!

Ask a question

REST API bulk get


2
1
Mariusz Mielcarski (312) | asked Feb 12 '18, 9:19 a.m.

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



permanent link
Paul Slauenwhite (8.4k12) | answered Feb 22 '18, 6:50 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

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.

Note, the RQM Reportable REST API does not support feed requests (GET) for multiple resource types. 

Your answer


Register or to post 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.