These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Incorrect Results for Modified Profile Info

We are not able to retrieve recently updated Persons.

To retrieve Persons we used the following curl:

curl -X GET
'https://customer.sspnet.org/api/Person?Email=contains:@&IsMarkedForDelete=ne:true&UpdatedOn=gt:2021-11-25T15:07:03.673&limit=100&offset=0'
-H 'Authorization: Bearer '
-H 'cache-control: no-cache'

In response we see Persons that do not match filtering, we expect to see just Persons that were updated later than 2021-11-25T15:07:03.673 but we also get values updated at 2021-11-02T19:19:38.647.

But the same query with filter CreatedOn value works as expected.