This method retrieved a list of contacts in a specified address book who were modified between two specified dates.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser-908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| startDate |
dateTime |
The start date for the period you wish to query. |
required |
| endDate |
dateTime |
The end date for the period you wish to query. |
required |
| addressBookId |
int |
The ID of the address book in dotMailer that you wish to select contacts from. |
required |
Return values
The result is an array of contact objects.