The get recently updated and created contacts endpoint is used to return information about all contacts for a given account that were updated or created in the last 30 days. Use case for this endpoint: This endpoint is useful for integrations that need to track changes to contacts and synchronize those changes to an external system. Notes: If you’re only looking for new records (and not modified records), you can use the get recently created contacts endpoint.
This parameter lets you specify the amount of contacts to return in your API call. The default for this parameter (if it isn't specified) is 20 contacts. The maximum amount of contacts you can have returned to you via this parameter is 100.
One method used to page through the recent contacts. Every call to this endpoint will return a time-offset value. This value is used in the timeOffset parameter of the next call to get the next page of contacts. The preferred method of paging.
Another method used to page through the recent contacts. Every call to this endpoint will return a vid-offset value. This value is used in the vidOffset parameter of the next call to get the next page of contacts.
If you include the "property" parameter, then the properties in the "contact" object in the returned data will only include the property or properties that you request.
One of value_only
or value_and_history
to specify if the current value for a property should be fetched, or the value and all the historical values for that property. Default is value_only
.
One of all
, none
, newest
, oldest
to specify which form submissions should be fetched. Default is newest
.
Boolean true
or false
to indicate whether current list memberships should be fetched for the contact. Default is false
.
Successful response - The get recently updated and created contacts endpoint is used to return information about all contacts for a given account that were updated or created in the last 30 days
The response is of type object
.