In the VSTS API there's information on how to make GET requests, but I can't find anywhere in the release API information on the artifact that was attached. I'm using Postman to submit requests, but there is no data returned on artifacts anywhere in the response. How do I find it?
Can't show full logs of the request, but the GET URI is https://xxxx.vsrm.visualstudio.com/xxxx/xxxx/_apis/Release/releases?api-version=4.0-preview.4&definitionId=76 and this returns a lot of information, but none on the artifact. Running a similar call but with /build/builds/artifacts returns information on the artifacts, but I can't access the information through the release API for some reason.
Edit: I found information on the artifact by adding the release ID to the URL.


