Get modified contacts in address book since date

Gets a list of contacts who were modified since a given date, in a given address book or segment

🚧

We recommend using get contacts instead

We recommend using the Get contacts based on your criteria instead of this call for better performance and compatibility with unified contacts. The ~modified filter can be used in conjunction with either the ~listId filter or the ~segmentId to find contacts modified after a specific date-time in a list or segment.

📘

Larger page size supported

The maximum amount of records is 5000 which you pass via the select query parameter; we encourage you to use the maximum page size for efficiency.

To learn about pagination in our API, check out Paging through data.


Path Params
int32
required

The ID of the address book or segment

date
required

The date from which any modified contacts are returned in ISO 8601 format

Query Params
boolean
Defaults to false

Can be set to 'true' to retrieve the contacts along with their full contact data fields

int32

he select parameter requires a number between 1 and 1000 (0 is not a valid number). You may only select a maximum of 1000 results in a single request. This parameter goes within the URL.

int32

The skip parameter should be used in tandem with the select parameter when wanting to iterate through a whole data set. If you want to select the next 1000 records you should set the select parameter to 1000 and the skip parameter to 1000, which will return records 1001 to 2000. You should continue to do this until 0 records are returned to retrieve the whole data set.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json