Returns a list of email activity by contact id
curl -i -X GET \ https://platform.api.rhythmsoftware.com/emailActivities/:tenantId/:contactId \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "activity": [
- {
- "date": "2019-08-24T14:15:22Z",
- "description": "string",
- "icon": "string",
- "id": "string",
- "text": "string",
- "type": "string"
}
]
}