Email Activities

Email Activities

Returns a list of email activity by contact id

Returns a list of email activity by contact id

Request
Security:
path Parameters
tenantId
required
string

The tenant

contactId
required
string

The contact id

Responses
200The records were retrieved successfully
400The request was not valid.
401Unauthorized.
403Forbidden
404Unable to locate records
429Limit exceeded... unable to retrieve records based on tenant limits.
500General server error
get/emailActivities/{tenantId}/{contactId}
Request samples
curl -i -X GET \
  https://platform.api.rhythmsoftware.com/emailActivities/:tenantId/:contactId \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "activity": [
    ]
}