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

518 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER