Use REST api to Query Requirements in DoorsNG by identifier
I'm using DoorsNG and I want to be able to get the content of a requirement based on an identifier using a rest query. I'm able to query for requirements but i can't figure out how to specify a query parameter that is human readable and unique like identifier.
something like /rm/resources?typeName=Requirement&projectName=MyProject&identifier=12345
Accepted answer
If you are using reportable REST API, you can check the API specification here.
https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
If you are using OSLC API, check the below article, and pay attention to the "using query capabilities" section.
https://jazz.net/library/article/1197