如何在 FrontApp API 调用中使用日期过滤器获取特定时间段的数据
How to use date filter in FrontApp API call to get data for certain period of time
我正在使用此 API 调用从 FrontApp 获取数据,但此 API 没有为我获取该日期范围内的数据。
我在 Postman 中使用了这个 API 调用 - 我没有收到任何错误,但无法获取特定日期范围内的数据。这是我用来获取数据的 Rest API:
https://api2.frontapp.com/events?after="2018-06-18T16:00:00.000Z"&before="2019-06-18T16:00:00.000Z"
这里是 API FrontApp 的文档。
https://dev.frontapp.com/reference/events-1
有人可以帮我解决这个问题我对使用 Postman 和 API 调用还很陌生。
谢谢
我正在使用此 API 调用从 FrontApp 获取数据,但此 API 没有为我获取该日期范围内的数据。 我在 Postman 中使用了这个 API 调用 - 我没有收到任何错误,但无法获取特定日期范围内的数据。这是我用来获取数据的 Rest API:
https://api2.frontapp.com/events?after="2018-06-18T16:00:00.000Z"&before="2019-06-18T16:00:00.000Z"
这里是 API FrontApp 的文档。 https://dev.frontapp.com/reference/events-1
有人可以帮我解决这个问题我对使用 Postman 和 API 调用还很陌生。 谢谢