如何获取项目的总量?

How can I fetch the total amount of items?

我想调用堆栈交换查询来获取在特定时间范围内针对特定标签提出的问题的数量。

我该怎么做?根据 api's documentation 它说:

If you're looking to just select total, exclude the items field in favor of excluding all the properties on the returned type.

我该怎么做?

您需要将参数中的 a custom filter 传递给 API 调用。

例如:

/2.2/questions?fromdate=1537056000&todate=1537660800&order=desc&sort=creation&tagged=android&site=Whosebug &filter=!w-*Ytm8YGWVl9..xoC

参考: