GET 17.0/database/contactemailengagements/{contactemailid}/{addeddate}

Description

Retrieve Contact Email Engagements

URI Parameters

Name Description Type Additional information
contactEmailID

integer

Required

addedDate

date

Required

None.

None.

Name Description Type Additional information
ContactEmailID

integer

None.

AddedDate

date

None.

Type

byte

None.

application/json, text/json

Sample:
{
  "contactEmailID": 1,
  "addedDate": "2025-01-09T20:22",
  "type": 64
}

application/xml, text/xml

Sample:
<ContactEmailEngagements xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactEmailID>1</ContactEmailID>
  <AddedDate>2025-01-09T20:22:12.9097411+00:00</AddedDate>
  <Type>64</Type>
</ContactEmailEngagements>