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

How to export DOORS NG module view as CSV/XLSX via REST-API?

Hi,

We would like to export a DOORS NG module view simply via a REST-API call (or more calls if necessary).

We are aware of the Rational Publishing Engine, but this requires another client software installation.

Does anybody know how an REST-API endpoint to do that?

Kind regards,
   Benjamin

1 vote



One answer

Permanent link

 Some ideas...


1. The DOORS Next web client uses REST calls to the server. Using your browser debugger you could look at the call the export in CSV/XLSX makes when you make that action in the UI. It may be too complicated a call for you to interpret/understand, and it would be using non-public APIs.

2. You could use OSLC-RM to ask for the content of a module. It represents the information as an OSLC RM collection (ie not ordered, without hierarchy).

3. If you use the Jazz Reporting Report Builder you can use the "Export to Excel" REST call programmatically, making use of an existing Report Builder report to filter the data and name the data columns. This also presents an OSLC RM collection (or portion thereof, based on your filters)

In any of these cases you will need to deal with authentication from your client.

1 vote

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,937

Question asked: Sep 25 '20, 10:02 a.m.

Question was seen: 2,550 times

Last updated: Sep 29 '20, 4:56 p.m.

Confirmation Cancel Confirm