GET - https://subscribercrmapi.musiciansunion.org.uk/api/wired/contacts?emailAddress={emailAddress}&addedSince={addedSince}&addedUntil={addedUntil}&modifiedSince={modifiedSince}&modifiedUntil={modifiedUntil}&contactStatuses={contactStatuses}&isSubscribed={isSubscribed}&fields={fields}

Lists all Contacts based on the specified criteria.

emailAddress: Contacts with the specified email address.
addedSince: Contacts added after the specified date.
addedUntil: Contacts added before the specified date.
modifiedSince: Contacts modified after the specified date.
modifiedUntil: Contacts modified before the specified date.
contactStatuses: Contacts with the specified Contact Statuses (each Contact Status should be seperated by a comma).
isSubscribed: Contacts with the specified subscribed status.
fields: the fields to be returned by the endpoint (each field should be seperated by a comma).

[
{
"ContactId": 0,
"Title": "Mr",
"FirstName": "Tony",
"Surname": "Stark",
"FullName": "Tony Stark",
"Salutation": "Dear Mr Tony Stark",
"AddressLine1": "10880 Malibu Point",
"Town": "Malibu",
"County": "California",
"Postcode": "90265",
"EmailAddress": "admin@theavengers.com",
"DateOfBirth": "1970-05-29T00:00:00",
"Gender": "Male",
"AddedDate": "2014-09-19T00:00:00+01:00",
"LastModifiedDate": "2023-09-19T00:00:00+01:00",
"JoinDate": "2019-09-19T00:00:00+01:00",
"Balance": 0.0,
"JoinMethod": "Online",
"MainInstrument": "Drums",
"Orchestras": "Orchestra 1, Orchestra 2, Orchestra 3",
"PlayerOrchestras": "Orchestra 3",
"Region": "London",
"PaymentRate": 0.0,
"PoliticalLevy": false,
"PreferenceYoung": false,
"PreferenceBame": false,
"PreferenceDisabled": false,
"PreferenceLgbt": false,
"PreferenceWomen": false,
"PreferenceBlog": false,
"PreferenceEvents": false,
"PreferenceNews": false,
"IsSubscribed": false
},
{
"ContactId": 112,
"Title": "Mr",
"FirstName": "Steve",
"Surname": "Rogers",
"FullName": "Steve Rogers",
"Salutation": "Dear Mr Steve Rogers",
"AddressLine1": "569 Leaman Place",
"Town": "Brooklyn Heights",
"County": "Brooklyn",
"Postcode": "",
"EmailAddress": "admin@theavengers.com",
"DateOfBirth": "1984-12-03T00:00:00",
"Gender": "Male",
"AddedDate": "2014-09-19T00:00:00+01:00",
"LastModifiedDate": "2023-09-19T00:00:00+01:00",
"JoinDate": "2019-09-19T00:00:00+01:00",
"Balance": 0.0,
"JoinMethod": "Post",
"MainInstrument": "Guitar",
"Orchestras": "Orchestra 1, Orchestra 2, Orchestra 3",
"PlayerOrchestras": "Orchestra 3",
"Region": "East and South East",
"PaymentRate": 0.0,
"PoliticalLevy": false,
"PreferenceYoung": false,
"PreferenceBame": false,
"PreferenceDisabled": false,
"PreferenceLgbt": false,
"PreferenceWomen": false,
"PreferenceBlog": false,
"PreferenceEvents": false,
"PreferenceNews": false,
"IsSubscribed": false
}
]