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
integer
required
The Id of the SubscriberActivity record to retrieve.
Code Examples
Response
200
integer
ID of the news letter subscriber linked to this record.
integer
ID of the news letter linked to this record.
integer
The activiy type value for this subscriber activity. See
eActiviyType enum values: 1 = Open, 2 = Click, 3 = Visit.string
The data value for this subscriber activity.
string
Date/time value for created on local.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one SubscriberActivity