Hi,
I was told that in SEQ 8 call, if we screened a case where no results is found. The json text will include "noOfNewResults:0", hence I implemented the check while development.
However, when I switch the configuration to production, I don't found "noOfNewResults:0", instead, it shows the following:
{"query":"actionedByUserId==0a3687cf-611f-145c-9870-ce2000001762; eventDate>2010-01-01T00:00:00Z;eventDate<2020-01-01T00:00:00Z","sort":null,"totalResultCount":0,"pagination":{"currentPage":1,"itemsPerPage":100,"totalItems":0},"results":[]}
Can I quickly understand why ? Is it designed that the json text behavior is different in prod and dev ? I am quite worried as all my code was designed based on json text retrieved from dev.
Thanks