SubscriberActivities
Get one SubscriberActivity
Retrieve a single SubscriberActivity record by its Id.
GET
Get one SubscriberActivity
A SubscriberActivity records an interaction event for a newsletter subscriber, such as opening an email, clicking a link, or visiting a page.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the SubscriberActivity-Read role.Path Parameters
The Id of the SubscriberActivity record to retrieve.
Code Examples
Response
200
ID of the news letter subscriber linked to this record.
ID of the news letter linked to this record.
The activiy type value for this subscriber activity. See
eActiviyType enum values: 1 = Open, 2 = Click, 3 = Visit.The data value for this subscriber activity.
Date/time value for created on local.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one SubscriberActivity