Fetching History of Test Plan using Reportable REST Api in ETM
Hello,
I am trying to fetch history of test plan , but somehow looks like my url formation is not correct as it gives me Error 404: SRVE0295E: Error reported: 404 ,here is my url formation :
https://<port server>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/history?resourceId=resources/<Project Area Alias>/testplan/urn:com.ibm.rqm:testplan:<test plan id>?oslc_config.context=<Local Configuration UUID>
Project Area Alias : Electronics_QM
Local Configuration UUID : _HFGEUFFJEIFsdddrA
Please Note : I have Configuration Management (Full) enabled project area and we have multiple number of stream linked with each component
Could anyone please help me with what i am doing wrong?
I saw this example from here :
Thank you