Retrieves the message history for a recipient for a set time frame.
The maximum time frame is 31 days. The maximum number of messages returned is 5000. sendDate is presented as Datetim
User id
Start date of time frame in ISO 8601 date time format.
End date of time frame in ISO 8601 date time format.
Example response:
[
{
"messageID": [354476555],
"externalTransactionId": ,
"externalMessageID": ,
"messageName": ["Test"],
"messageSubject": ["Test"],
"groupId": [353599854],
"groupName": ["Test"],
"groupEmail": ["test@test.com"],
"sendDate": [1491216661590],
"messageType": ["single"],
"status": ["Sent"],
"clicked": [true],
"opened": [false]
}
]
Parameter 'userID' is mandatory, but missing or incorrect./ user with the given id does not exist.