date filter on contact list api

Hi,

i am unable to find a good example on how to apply a date time filter when creating a contact list -

Any example would be helpful

There are some notes on filters here -

E.g. -

{
 "filterType": "PROPERTY",
 "property": "createdate",
 "operation": {
 "propertyType": "datetime",
 "operator": "IS_EQUAL_TO",
 "timestamp": 1504703360618
 }
}

the above filter does not work. It keeps getting saved as -

"filters": [
 {
 "filterType": "PROPERTY",
 "property": "createdate",
 "operation": {
 "propertyType": "datetime",
 "operator": "IS_BEFORE",
 "timestamp": 0,
 "defaultValue": null,
 "includeObjectsWithNoValueSet": false,
 "requiresTimeZoneConversion": true,
 "operationType": "datetime",
 "operatorName": "IS_BEFORE"
 },
 "frameworkFilterId": null
 }

Hey, @peeyush81 :waving_hand: Welcome to our community! Were you able to make any progress here? If not, I will get an example running on my end and share here.

Best,

Jaycee