NewsLetters
Get one NewsLetter
Retrieve a single NewsLetter record by its Id.
GET
Get one NewsLetter
A newsletter is a location-scoped email campaign with a subject and HTML body, sent through a separate command to active subscribers in the selected language.
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 NewsLetter-Read role.Path Parameters
integer
required
The Id of the NewsLetter record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this newsletter..
string
Email subject line shown to newsletter recipients..
string
UTC date and time when a newsletter send was last initiated; set by the send command..
integer
Language edition and recipient-language filter: EnglishUS, Spanish, or EnglishUK.. See
eLanguage enum values: 3 = EnglishUK, 1 = EnglishUS, 2 = Spanish.string
HTML email body; sending adds unsubscribe and engagement-tracking links and replaces supported recipient tokens..
string
Optional newsletter design data; current send processing uses NewsLetterContents as the email body..
integer
Read-only count of tracked recipient link-click activities for this newsletter..
integer
Read-only count of tracked recipient open activities for this newsletter..
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