I am trying to query using visual studio online REST api's. When I run the following query
https://microsoft.visualstudio.com/defaultcollection/_apis/wit/queries?project=OS&$depth=0&api-version=1.0-preview.1
I receive a response with only 2 layers of children as in
project:OS
-> My queries
-> Shared queries
->Release Management
I am interested in querying the children folders of release Management too. How do I form my query to be able to access sub-children? Currently this query just returns the url and name etc. No children information is returned.
https://microsoft.visualstudio.com/DefaultCollection/_apis/wit/queries/e9d421eb-b885-445c-8b42-b46d6c9965ea?api-version=1.0-preview.1