How to get the ID of a custom section
Hi all,
I created a custom template in RQM called "MyTemplate" in which I inserted a custom section called "MySection".
Now I would link to import data in this section using the RQMExcelImporter but I cannot find the dynamic id of the section to configure che cfg file like this:
testcase.Section("myns:com.ibm.rqm.planning.templates.testcase.template_1400236186335","Assumption and constraints")=B
The text in bold is the ID of the template not the section.
Any suggestion?
thanks
Nicola
Accepted answer
2 other answers
Hi Ara,
thanks for your answer!
Following your suggestion I get the response "406 Not Acceptable".
If I make a request to
I get the list of all template, but if I follow the url of my template which is:
I get that answer! :(
Any idea?
thank you!