get https://api.myngp.com/v2/broadcastEmails//variants/
Retrieves a specific email message variant
Description
This endpoint returns details on an email message variant.
The optional $expand=statistics
parameter provides additional statistics about this email message variant.
Response
This endpoint responds with an object with the following properties:
Key | Value |
---|---|
emailMessageId | Unique identifier of email message |
name | Name of email message |
variants | A collection of objects with the following properties:emailMessageVariantId | Unique identifier of email message variantname | Name of email message variantsubject | Subject of email message variant |
statistics | Summary statistics about the email message, summed up over all the variants, as objects with the following properties:recipients | Total number of email message recipientsopens | Number of email message recipients who opened the emailclicks | Number of email message recipients who clicked on a linkunsubscribes | Number of email message recipients who have opted out from your email listbounces | Number of email message recipients who are marked as undeliverable |