Issue with get recently updated and created contacts API endpoint

Hi!

When using the /contacts/v1/lists/recently_updated/contacts/recent endpoint, not all recently changed contacts are returned.

A few changes are registered e.g. prename, surname.

Many others are left out like telephone.

Also custom added properties aren’t detected.

The optional parameter “property” has no influence on the outcome, wether it is used or not. It only manages the included response properties.

Hi @RK,

I would expect the Get recently updated and created contacts | Contacts API endpoint to return any changes made on a contact even if the the property change is a custom property. I have tested it out on my own portal by changing a custom multiple check box property and when using the Get recently updated and created contacts | Contacts API endpoint and appending the &property={{internal value of the multiple checkbox property}}, I’m able to see that the contact was returned in the response.

In this case, to help further troubleshoot this, could you share with me your:

1. Portal ID

2. The contact id that has recently been updated

3. The custom property that was updated on the contact record and didn’t get reflected on the endpoint

Hi!

I would expect the endpoint to behave like you said.

My PortalID: 2909428

updated contactID: 14010201

updated contact property: cf_notiz

Hi @RK,

When paging through the following endpoint: Get recently updated and created contacts | Contacts API, contact 14010201 was returned in the JSON response with the cf_notiz property changed to ‘test’. Let me DM you the parameter I used with the offset value.