07-23-2019 08:11 AM
Hi,
I'm developing an application that accesses service request cases by contract id and the API allows me to filter data by the date_created_from/date_created_to. So if i use this request today:
I will get the information for the cases created in January and Feb of 2019 as of today. If tomorrow a case that was created on Feb 28, 2019 is updated how do i get the updated case information? Do i need to again retrieve the records via the API for the 1/1/2019 - 2/28/2019 date range? It seems like I should also be able to query the api using the date_updated_from/date_updated_to range.
Thanks,
Ryan