GET - https://staging.subscribercrmapi.acamh.org/api/consentpreference/contact/{contactId}

Lists all Consent Preferences for the Contact.

[
{
"ContactId": 5678,
"ConsentCategoryId": 1,
"Mail": true,
"Email": true,
"Call": false,
"Sms": false,
"PreferredMergeTypeId": 1
},
{
"ContactId": 5678,
"ConsentCategoryId": 2,
"Mail": false,
"Email": false,
"Call": false,
"Sms": false,
"PreferredMergeTypeId": 1
},
{
"ContactId": 5678,
"ConsentCategoryId": 3,
"Mail": true,
"Email": true,
"Call": true,
"Sms": true,
"PreferredMergeTypeId": 1
}
]