I was hoping for some help executing a Custom VSO query using the REST API. But I am having trouble constructing the URL. I have been using the Following Documentation to construct what I want.
https://www.visualstudio.com/en-us/integrate/api/wit/wiql
My issue is that I am not sure how or where to store the query it self.
https://{instance}/defaultcollection/[{project}/]_apis/wit/wiql?api-version={version}
The example given was
But this doesn't show how or where to store the query.
I have been able to perform the same query using a stored query, however, the results don't return the columns I set up in the query in VSO.