where i can find the API documentation for DOORS NG?
3 answers
HI Viral,
DOORS NG provides REST API. You can refer https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI
Regards,
Prasad
DOORS NG provides REST API. You can refer https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI
Regards,
Prasad
Comments
Hi,
Thanks for quick answer. But i think this API can only be used for reporting purpose.
I think i can retrieve the data from DOORS NG but i can not create or update artifact in DOORS NG using this API
Also i am using this url to test Api
but it does not gives any response. Let me know if i need to enable anything like licence for API access.
Thanks
Viral
There are three API's that are public for DNG:
RRC Reportable API - for reporting purposes, only reading artifacts, which is mentioned above.
OSLC RM V2 API - this is probably the one you are looking for, it's the open spec'ed, standarized way to access RM resources, documented and with a handy workshop available to get you going. And yes, it's a REST API.
and additionally, there is the so called RM client extension capability, also as mentioned above
Otherwise the server REST API used by the RM web code is internal, no formal documentation is available, and usage is at your own risk.
RRC Reportable API - for reporting purposes, only reading artifacts, which is mentioned above.
OSLC RM V2 API - this is probably the one you are looking for, it's the open spec'ed, standarized way to access RM resources, documented and with a handy workshop available to get you going. And yes, it's a REST API.
and additionally, there is the so called RM client extension capability, also as mentioned above
Otherwise the server REST API used by the RM web code is internal, no formal documentation is available, and usage is at your own risk.