Message History Fetch

Fetch Message History by Customer ID

Usage: GET /data/history/id/{customer id}

Example: GET /data/history/id/24476

Returns all message history records for the specified customer.

Example JSON Response Data

[
{"creationDate":1371863642000,"statusCode":1,"customerID":24476,"instanceID":364,"eventQueueID":210,"campaignID":285,"sendDate":1371863642000}
]

Fetch Message History by Alternate Customer ID

Usage: GET /data/history/altid/{alternate customer id}

Example: GET /data/history/altid/abc12345

Returns all message history records for the specified customer.

Example JSON Response Data

[
{"creationDate":1371863642000,"statusCode":1,"customerID":24476,"instanceID":364,"eventQueueID":210,"campaignID":285,"sendDate":1371863642000}
]

Fetch Message History by Email

Usage: GET /data/history/email/{customer email}

Example: GET /data/history/email/cm%40gmail.com

Returns all message history records for the specified customer.

Example JSON Response Data

[
{"creationDate":1371863642000,"statusCode":1,"customerID":24476,"instanceID":364,"eventQueueID":210,"campaignID":285,"sendDate":1371863642000}
]