We want to fetch evaluations that are ended prior day so that we will load it in our BI tables next day.
We are using below API endpoint but we get different evaluations having future backdated release dates/Assigned date.
We can see there are two date parameters that can be used startTime or endTime.
We tried couple of options to call API from Query parameter list but not sure how to get the Evaluations that ended completely prior day.
https://developer.genesys.cloud/api/rest/v2/quality/#get-api-v2-quality-evaluations-query
These are the date attributes that we have acquired in our BI table from API response.
We can't use any below date parameter while calling API as it is not given in Parameter list.
assignedDate,
releaseDate,
changedDate
Could someone please let me know how can I get result set of ended Evaluations prior day?
Thank you!