Question
How can I get the description/text of a test case with substituted parameters via web services?
I am extracting the descriptions of my Integrity test cases via web services (C#) and it works fine.
The only problem is that the parameters are not substituted, they are written as {{myParam}} within the text.
Is there a way to get the field contents with the real parameter values?

