DNG 6.0 : List of requiremnts in a folder
i am able to get the folder list and URI from a DNG project. Now, i want to get the list of requirements in a folder.
After going trough few thread i got to know that the url would be for this: &oslc.prefix=oslc=<http://open-services.net/ns/core%23>,dcterms=<http://purl.org/dc/terms/>, nav=<http://com.ibm.rdm/navigation%23>&oslc.select=dcterms:title,dcterms:description, |
One answer
You need to do both. You should append the search parameters to the "queryBase" URL within "Query Capability" and do a GET against the complete URL. Remember to add HTTP request headers "OSLC-Core-Version: 2.0" and "Accept: application/rdf+xml".
Comments
Naveen Tyagi
commented Sep 23 '15, 12:11 a.m.
Thanks Donald,
Donald Nong
commented Sep 23 '15, 4:09 a.m.
Use an extra filter in the query. The candidates are oslc:instanceShape and rmTypes:ArtifactFormat.
|
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.