W
W.SAUER
Guest
Where can I find the documentation about Team Foundation Server 2015 API?
I am using Microsoft Team Foundation Serve 2015 (Update 3). I would like to pull the start end end dates for every project in TFS. I can't figure out the proper URL to get to the release dates. I am able to get a JSON response when using these links:
http://SERVER/tfs/ProjectCollection/_apis/projects/5004808c-8fe3-40cc-9d6c-9a5e34fe2aff/teams/
http://SERVER/tfs/ProjectCollection/_apis/Identities/711cf0d6-5922-40a6-bb20-6a851b1f44f4
How do I find the correct URL for release dates?
I tried this and some other variations of it, but no joy only page not found errors... http://SERVER/tfs/ProjectCollection/_apis/release/releases/{releaseId}?api-version=1.0
Here is the article: Releases - Get Release (Azure DevOps Release)
Need a JSON output as result.
Continue reading...
I am using Microsoft Team Foundation Serve 2015 (Update 3). I would like to pull the start end end dates for every project in TFS. I can't figure out the proper URL to get to the release dates. I am able to get a JSON response when using these links:
http://SERVER/tfs/ProjectCollection/_apis/projects/5004808c-8fe3-40cc-9d6c-9a5e34fe2aff/teams/
http://SERVER/tfs/ProjectCollection/_apis/Identities/711cf0d6-5922-40a6-bb20-6a851b1f44f4
How do I find the correct URL for release dates?
I tried this and some other variations of it, but no joy only page not found errors... http://SERVER/tfs/ProjectCollection/_apis/release/releases/{releaseId}?api-version=1.0
Here is the article: Releases - Get Release (Azure DevOps Release)
Need a JSON output as result.
Continue reading...