Avoid getting _slugId on Artifact references
Hello,
For some export reasons I export artifacts from RQM using the REST API.
When I am exporting the TCERs I can observe some inconsistent behavior.
The reference to the testcase, testscript or testplan which is given as a href, sometimes contains the normal webId but it sometimes contains the _slugId.
As I need to match these Ids to the webId of the testcases exported somewhere else in a later step:
do you have any idea on how to force to get only the webId but not the webId url?
Thank you!