Hi,
I have the search API:
https://api.hubapi.com/crm/v3/objects/deals/search?hapikey=[API_KEY]
{
"filterGroups": [
{
"filters": [
{
"value": "7695775",
"operator": "EQ",
"propertyName": "dealstage"
},
{
"value": "hs_lastmodifieddate",
"operator": "GTE",
"propertyName": "1638316800"
}
]
}
],
"properties": [
"dealname"
]
}
I get the following error:
{
"status": "error",
"message": "There was a problem with the request.",
"correlationId": "24709551-9717-4d21-b969-f4a2442ac88e"
}
I have tried seconds and milliseconds but get the same error.
Any ideas ?
I have tried using the epoch time converter but no luck.