I'm really struggling here, I've changed over to sync from async but I just cannot see the wood through the trees.
there are four api calls and it the last api I'm struggling with.
The code is all relating to Azure DevOps or VSTS, depending on what you call it now.
The first api goes and gets the releasepipelinedefinition id based on the release pipeline definition name.
from this the second call takes place and gets the release name and ID
the third call can then go and get the environment ID
and finally putting that together I can get the test results from each of the releases.
I select the top 5(or up to) and then I want to display it so it shows the release name, id, environment name, environment ID and below it shoulds all the tests for that release.
Then it loops on to the next release and displays the tests for that.
I would really appreciate any help, and Thanks for the help so far Jake.