【发布时间】:2018-07-23 12:19:54
【问题描述】:
我目前正在使用 TFS API,其链接是
https://www.visualstudio.com/en-us/docs/integrate/api/wit/work-items#byids
目前在我的项目中,我想访问以下工作项 61092
http://apactfs.cbre.com:8080/tfs/CBRE.APAC.Applications/MRI_SCRUM_GIT/_workitems?_a=edit&id=61092
在Postman 中,我通过GET 的链接点击了id
http://apactfs.cbre.com:8080/tfs/cbre.apac.applications/MRI_SCRUM_GIT/_workitems?_a=edit&id=61092&api-version=1.0
【问题讨论】:
标签: json visual-studio api tfs postman