I try to get records via the Coql Api it works fine since i try to have a date in the where clause like this
select id from Contacts where First_Name='Franz' AND Last_Name='Müller' AND Date_of_Birth='1986-2-2T00:00:00'
The field is defined as date
Can you give me an example on how the query for the "Date_of_Birth" field should look like?
The error only says incorrect syntax near "where"
I also tried to set the value like it is returned. it also doesnt work.