I'm trying to get all 5 starts reviews starting from a specific date using Trustpiolt's business unit private reviews API call. Here is the API call documentation: https://documentation-apidocumentation.trustpilot.com/business-units-api#business-unit-private-reviews
I'm using the parameter "startDateTime" which is documented as follows: " startDateTime, Optional String Filter reviews by datetime range. If no time is specified than time is implicit 00:00:00 Example: ?startDateTime=2013-09-07T13:37:00 "
It fetches the 5 starts reviews successfully but the result also includes reviews with dates that are older than startDateTime.
Is this a bug?
Any help would be appreciated. Thanks