| Connect Web Services / Message History Web Service | |
Base URI: /data/history
The Customer web service provides information about Customer profile data and Customer subscriptions.
Usage: GET /data/history/content/{instance_id}
Example: GET /data/history/content/364
[
{"urlType":"HTML","url":"https://example.com/xsl6a106d4f1a25d14f6e1bb4a1f83142f55c3c.xsl"},
{...}
]
This API returns a list of the content URLs used in the message. Each Message History object has an Instance ID which represents the Campaign Execution that created the Message. So the Instance ID is used to look up the Content URLs from the Campaign definition.
Usage: GET /data/history/contentarchive/{customer_id}/{instance_id}/{event_id}
Example: GET /data/history/contentarchive/24476/364/210
Sample Response Data: This Web Service API will return the raw message sent to the customer; for example a multipart MIME-encoded email message or the raw JSON content sent to a iOS or Android smart phone.