简体   繁体   中英

How to use date filter in FrontApp API call to get data for certain period of time

I'm using this API call to fetch the data from FrontApp but this API is not getting me data for that date range. I have used this API call in Postman - there I'm not getting any error but unable to get the data for a specific date range. Here is the Rest API which I'm using to get the data:

https://api2.frontapp.com/events?after="2018-06-18T16:00:00.000Z"&before="2019-06-18T16:00:00.000Z"

Here is API documentation of FrontApp. https://dev.frontapp.com/reference/events-1

Can someone help me on this I'm very new to this regarding using Postman and API calls. Thank you

Here's the current Front documentation with examples on compound searches. https://dev.frontapp.com/docs/search-1#search-across-multiple-filters

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM