Accessing Test Plans Data using REST APIs
One answer
myroslav wrote:
You will get an xml document of the content. You will need to use some
type of parser to find the data you are looking for but it is there.
Hello,
I have a questions about accessing Test Plan using REST APIs. So say I
have a test Plan A with Section 1. I would like to get this Section 1
Content. Is it possible?
Thanks,
Myro
Basically you can access the content of the test plan with the RestAPI.
You will get an xml document of the content. You will need to use some
type of parser to find the data you are looking for but it is there.