【发布时间】:2018-05-28 15:56:16
【问题描述】:
minTime 参数是否需要 API 版本级别才能正常工作?
GET https://{accountName}.visualstudio.com/{project}/_apis/build/builds?api-version=3.1&minTime=?????
我们在本地运行 TFS api ver 3.1,minTime 似乎对我们不起作用。
很高兴知道什么参数适用于什么 api 版本。
文档说4.1支持这个参数:
maxTime query
string
date-time
If specified, filters to builds that finished/started/queued before this date based on the queryOrder specified.
minTime query
string
date-time
If specified, filters to builds that finished/started/queued after this date based on the queryOrder specified.
【问题讨论】: