curl --location --globoff '/propertyContacts?propertyID=5938&createdOnDateTime[gte]=2026-06-25%2010%3A58%3A50&type=customer' \
--header 'Authorization: Bearer <token>'{
"meta": {
"serverTime": "string",
"includeCount": true
},
"pagination": {
"hasMore": true,
"nextCursor": 0,
"prevCursor": 0
},
"data": [
{
"id": 0,
"createdOnDateTime": "2019-08-24T14:15:22.123Z",
"lastUpdatedOnDateTime": "2019-08-24T14:15:22.123Z",
"propertyID": 0,
"firstName": "string",
"lastName": "string",
"position": "string",
"email": "string",
"telephones": [
{
"id": 0,
"type": "Office",
"number": "string"
}
],
"communicationPreference": {
"phone": true,
"email": true,
"sms": true
},
"links": {
"property": "string"
}
}
]
}