GET - https://subscribercrmapi.ifparoma.org/api/school

Lists all Contacts where the Membership Class starts with either 'SCF', 'SCM', 'SCR', 'SCS', or 'CPD', Membership Status is 'Current', and the Contact Status is 'Active'. The address details returned are from the 'mailing' address.

[
{
"ContactId": 1,
"FirstName": "John",
"Surname": "Smith",
"Organisation": "Main Avenue School",
"AddressLine1": "1 Main Avenue",
"Telephone": "07123456789",
"EmailAddress": "[email protected]"
},
{
"ContactId": 2,
"FirstName": "David",
"Surname": "Jones",
"Organisation": "Long Street College",
"AddressLine1": "1 Long Street",
"Telephone": "07123456789",
"EmailAddress": "[email protected]"
}
]