REST API to query for requirements from DNG

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

Comments

Thanks for the info! I will check out the DNG Wiki.

Can you provide a link to the DNG Wiki?

Is this the correct wiki - https://jazz.net/wiki/bin/view?

This is it Anne - https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI

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?

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.