Content Fetch
Base URI: /data/history
The Customer web service provides information about Customer profile data and Customer subscriptions.
Fetch Content URLs
Usage: GET /data/history/content/{instance_id}
Example: GET /data/history/content/364
Sample Response Data:
[ {"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.
Fetch Archived Content
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.