API tro generate and download requif files
3 answers
The OSLC API for the RM application includes the following factories that can be used to perform ReqIF actions:
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Package Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Definition Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Export Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Import Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Definition Query Capability</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Definition Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Export Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Import Factory</dcterms:title>
<dcterms:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ReqIF Definition Query Capability</dcterms:title>
These will allow you do what you need
The documentation for the DOORS Next Reqif API is linked from the landing page https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
If you need the ReqIF export to be from a view there's also a view query capability which lets you get the view URL to use in the reqif definition. Look at an equivalent manually created ReqIF definition to see how to assemble it. More detail on the view query capability here https://jazz.net/forum/questions/278708/dng-oslc-query-to-get-views-in-a-module/278710