I'm trying to get various items from Visual Studio Online using the REST API. I've been able to get all items thus far, with the exception of the Web.config file.
I'm using a Get request like below...
https://{account}.visualstudio.com/DefaultCollection/_apis/tfvc/items/$/{MyProject}/{Website}/Web.config?api-version=1.0
This works for all other files, but the Web.config file just returns null.
Does anyone know why this is happening?