Internal ID returned instead of external Slug ID
This is Regarding the RQM API.
I am currently creating a Test case from REST API In RQM.
In the response i normally get the slug_EXTERNAL ID of the created artifact instead of internal ID i.e. urn:com.ibm.rqm.testcase.INTERNL ID.
This adds extra step for my program to do GET on the Content-Location URL to fetch the actual ID of the Test Case.
Is there any option available to get the Internal ID in the Creation Response instead of External ID?