List Contact's Logs
Returns all logs for the specified contact.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"logs": [
{
"id": 10596870,
"dsid": "5a0d669ab6984125a1c63aaacfd0a9cd",
"useruid": "gx7y3ki24kqn2y9e",
"activity_type": 30,
"properties": {
"Note": "Changed status from \u003Cstrong\u003EActive\u003C/strong\u003E to \u003Cstrong\u003EDeleted\u003C/strong\u003E"
},
"created": "2025-09-03T12:27:04.243"
},
{
"id": 10596872,
"dsid": "5a0d669ab6984125a1c63aaacfd0a9cd",
"useruid": "gx7y3ki24kqn2y9e",
"activity_type": 30,
"properties": {
"Note": "Changed status from \u003Cstrong\u003EDeleted\u003C/strong\u003E to \u003Cstrong\u003EActive\u003C/strong\u003E"
},
"created": "2025-09-03T12:27:17.943"
},
{
"id": 10596873,
"dsid": "5a0d669ab6984125a1c63aaacfd0a9cd",
"useruid": "gx7y3ki24kqn2y9e",
"activity_type": 0,
"properties": {
"Note": "Abdul removed do not contact until date"
},
"created": "2025-09-03T12:27:27.307"
},
{
"id": 10596875,
"dsid": "5a0d669ab6984125a1c63aaacfd0a9cd",
"useruid": "",
"activity_type": 0,
"properties": {
"Note": "test"
},
"created": "2025-09-03T12:30:04.773"
},
{
"id": 10596876,
"dsid": "5a0d669ab6984125a1c63aaacfd0a9cd",
"useruid": "",
"activity_type": 10,
"properties": {
"Email": {
"name": "test",
"tenantId": 0,
"campaignId": 0,
"replyOnTopOf": 0,
"description": null,
"parentId": 0,
"status": "Active",
"isEnabled": true,
"isWebViewEnabled": false,
"isOpenTrackingEnabled": true,
"isClickTrackingEnabled": true,
"isTransactional": false,
"isIgnoreAutoReply": true,
"is_autosave_enabled": true,
"useruid": null,
"date_last_sent": "0001-01-01T00:00:00",
"date_last_created": "0001-01-01T00:00:00",
"date_last_modified": "0001-01-01T00:00:00",
"total_sent": 0,
"total_delivered": 0,
"total_failed": 0,
"total_opened": 0,
"total_clicked": 0,
"total_optout": 0,
"emailId": 0,
"from": "someone@example.com",
"previewUrl": null,
"replyTo": "",
"to": null,
"cc": "",
"bcc": "",
"subject": "test",
"preheader": "",
"body": "\u003Cp\u003Etest\u003C/p\u003E",
"css": null,
"headers": {
},
"components": null,
"plaintext": "",
"amp": null,
"type": "Email"
}
},
"created": "2025-09-03T12:30:27.163"
}
]
}
}