Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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)

1

2 votes



One answer

Permanent link

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. 

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938
× 479

Question asked: Feb 12 '18, 9:19 a.m.

Question was seen: 2,838 times

Last updated: Feb 22 '18, 6:50 a.m.

Confirmation Cancel Confirm