FogBugz API - 更改 OrderBy 方向
我从 FogBugz API 获取案例列表,并且 OrderBy 子句是“案例”。这是获取我请求的前 X 个项目,我想获取最后 X 个项目。我怎样才能改变订单的方向?
我尝试过:
OrderByDir:desc
OrderBy:case desc
I'm getting a list of cases fro the FogBugz API and the OrderBy clause is 'case'. This is getting the first X items I request, where I want to get the last X items. How can I change the direction of the order by?
I've tried:
OrderByDir:desc
OrderBy:case desc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不明显的:
It's the non-obvious: