I’m trying to apply a filter to fieldValues to get a record of values that have changed before and after a given date. When I try to execute this query it returns all of the fieldValue records instead of limiting the responses to the records modified after the date specified:
https://myorg.api-us1.com/api/3/fieldValues?filters[updated_after]=2021-01-02T00:00:00.000Z
The same syntax works for /contacts, but not for fieldValues. Wondering if there is a way to accomplish this query via the API.
Update: Nevermind - I don’t need this. When a field value is updated it will be reflected in the updated_timestamp of the containing contact record. This means that we really don’t need to query on updated dates for fieldValues.
Note that it might make sure to put a note into the REST 3 API that clarifies when the updated_timestamp value is updated for a customer. This is the sort of thing I had to discover through trial and error.