Üzgünüz, bu sayfa henüz tercüme edilmemiş bulunuyor. Emarsys ekibimizin tüm dökümanlarımızı sizin dilinizde sunmak için yoğun çalıştığından emin olmanızı isteriz.
Lists all the launches of an email campaign, including the launch ID, date and "done" status for each individual launch.
Endpoint
POST https://api.emarsys.net/api/v2/email/getlaunchesofemail
Parameters
Name | Type | Description | Comments |
---|---|---|---|
emailId | int | ID of the email |
Request Example
{ "emailId": "1234" }
Result Example
{ "replyCode": 0, "replyText": "OK", "data": [ { "id": "7555", "done": "y", "launch_date": "2012-05-05" }, { "id": "7556", "done": "n", "launch_date": "2012-05-05" } ] }
Errors
HTTP Code | Reply Code | Message | Description |
---|---|---|---|
400 | 10001 | Missing parameter: [parameter] | The required parameter [parameter] is missing. |
400 | 10001 | Invalid data format for [parameter]. Integer expected | The value for [parameter] is not an integer. |
400 | 6004 | Invalid email ID | No email found. |
400 | 6003 | Invalid email status | No launch exists for the email. |