RQM REST API get initial project area name
Hello,
I try to do the following:
via REST API, I want to get all Testplans of all Project Areas on a Server.
I first get the list of project areas, then iterating over it and read all the testplans.
This works fine, as long as none of the Project Areas has ever been renamed.
Because I need to send a request with the initial project area name, using the current name (as returned by the request for all PAs) fails with response 400.
Question:
Is there any easy way to get the needed project area name?
How can I request artifacts from a project area when the initial name is unknown?
Thank you
I try to do the following:
via REST API, I want to get all Testplans of all Project Areas on a Server.
I first get the list of project areas, then iterating over it and read all the testplans.
This works fine, as long as none of the Project Areas has ever been renamed.
Because I need to send a request with the initial project area name, using the current name (as returned by the request for all PAs) fails with response 400.
Question:
Is there any easy way to get the needed project area name?
How can I request artifacts from a project area when the initial name is unknown?
Thank you