REST API to query for requirements from DNG
![](http://jazz.net/_images/myphoto/d3262912124d5b3d4e8d2c36ae0f58eb.jpg)
We have a custom Java application (not in the Jazz ecosystem) and would like to query DNG for all requirements using REST services (currently we manually export/import via CSV and would rather export/import programmatically via REST).
- Is this possible and if so, is the OSLC REST API or the Reporting REST API the correct path to go down (we only need a basic subset of requirement attributes)?
- Is the response data in human readable XML or JSON format?
- Would either of these REST APIs limit the response data, and if so, does the response data provide pagination info?
- Are queries filterable (e.g. get me all the requirements where the name starts with "ABC*")?
Accepted answer
![](http://jazz.net/_images/myphoto/d3262912124d5b3d4e8d2c36ae0f58eb.jpg)
Comments
![](http://jazz.net/_images/myphoto/d3262912124d5b3d4e8d2c36ae0f58eb.jpg)
Thanks for the info! I will check out the DNG Wiki.
![](http://jazz.net/_images/myphoto/d3262912124d5b3d4e8d2c36ae0f58eb.jpg)
Can you provide a link to the DNG Wiki?
![](http://jazz.net/_images/myphoto/d3262912124d5b3d4e8d2c36ae0f58eb.jpg)
Is this the correct wiki - https://jazz.net/wiki/bin/view?
![](http://jazz.net/_images/myphoto/155c3d4adb1050c9fad99139dab14b77.jpg)
This is it Anne - https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
![](http://jazz.net/_images/myphoto/d3262912124d5b3d4e8d2c36ae0f58eb.jpg)
In this question https://jazz.net/forum/questions/238288/doors-nextgeneration-apis, he states that the ReqIF (https://jazz.net/wiki/bin/view/Main/DNGReqIF) is not a publicly available REST API but the question was answered 3 years ago. Is this still the case?
![](http://jazz.net/_images/myphoto/155c3d4adb1050c9fad99139dab14b77.jpg)
I've looked at it briefly before, and I don't think the ReqIF API will give you what you are looking for - if you were looking for more than just reading requirements I would use the OSLC API, as that's what it's there for.