Get Specific Email Campaign History
GET
/email-campaigns/{campaign_id}/history
Email Marketing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/email-campaigns/77/history'
Response Response Example
{
"data": {
"current_page": 1,
"data": [
{
"click_count": 0,
"contact_id": 669105,
"email_campaign_id": 77,
"from_address": "4",
"from_name": "test name",
"hard_bounce_count": 13,
"message_id": "7CB3227C-7F8C-4A72-A0CB-36283236D99F",
"open_count": 0,
"processed_at": null,
"soft_bounce_count": 1,
"status": "SpamReport",
"subject": "tet subject",
"to_address": "test2@test.com",
"to_name": "test2@test.com"
},
{
"click_count": 0,
"contact_id": 669104,
"email_campaign_id": 77,
"from_address": "4",
"from_name": "test name",
"hard_bounce_count": 0,
"message_id": "603C5349-5A24-40B4-89ED-F7619F7CC8A3",
"open_count": 0,
"processed_at": null,
"soft_bounce_count": 0,
"status": null,
"subject": "tet subject",
"to_address": "test@test.com",
"to_name": "test@test.com"
},
{
"click_count": 0,
"contact_id": 669105,
"email_campaign_id": 77,
"from_address": "4",
"from_name": "test name",
"hard_bounce_count": 0,
"message_id": "5C5C0918-B263-42AA-8B5D-9E8ACECC0C64",
"open_count": 0,
"processed_at": null,
"soft_bounce_count": 0,
"status": null,
"subject": "tet subject",
"to_address": "test2@test.com",
"to_name": "test2@test.com"
}
],
"from": 1,
"last_page": 1,
"next_page_url": null,
"per_page": 15,
"prev_page_url": null,
"to": 3,
"total": 3
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here is your result."
}
Request
Path Params
campaign_id
numberÂ
required
Example:
77