HCM REST API not finding Element Entry
Summary: API is not finding entry even though it is present in the database.
Content (please ensure you mask any confidential information):
I am using the (sample) REST API listed below in Postman. Even though the employee has an element with an EffectiveStartDate of 2025-06-22 in the database, it doesn't find it. It does find two that the employee has with an EffectiveStartDate of 2025-06-09, however. What am I missing?
/hcmRestApi/resources/11.13.18.05/elementEntries?q=PersonNumber=123456;EffectiveStartDate>=2025-06-08
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):