docs/GetEmailCampaign.md in sib-api-v3-sdk-7.3.0 vs docs/GetEmailCampaign.md in sib-api-v3-sdk-7.4.0
- old
+ new
@@ -6,11 +6,11 @@
**id** | **Integer** | ID of the campaign |
**name** | **String** | Name of the campaign |
**subject** | **String** | Subject of the campaign. Only available if `abTesting` flag of the campaign is `false` | [optional]
**type** | **String** | Type of campaign |
**status** | **String** | Status of the campaign |
-**scheduled_at** | **DateTime** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
+**scheduled_at** | **String** | UTC date-time on which campaign is scheduled (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional]
**ab_testing** | **BOOLEAN** | Status of A/B Test for the campaign. abTesting = false means it is disabled, & abTesting = true means it is enabled. | [optional]
**subject_a** | **String** | Subject A of the ab-test campaign. Only available if `abTesting` flag of the campaign is `true` | [optional]
**subject_b** | **String** | Subject B of the ab-test campaign. Only available if `abTesting` flag of the campaign is `true` | [optional]
**split_rule** | **Integer** | The size of your ab-test groups. Only available if `abTesting` flag of the campaign is `true` | [optional]
**winner_criteria** | **String** | Criteria for the winning version. Only available if `abTesting` flag of the campaign is `true` | [optional]
@@ -23,16 +23,16 @@
**reply_to** | **String** | Email defined as the \"Reply to\" of the campaign |
**to_field** | **String** | Customisation of the \"to\" field of the campaign | [optional]
**html_content** | **String** | HTML content of the campaign |
**share_link** | **String** | Link to share the campaign on social medias | [optional]
**tag** | **String** | Tag of the campaign | [optional]
-**created_at** | **DateTime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
-**modified_at** | **DateTime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
+**created_at** | **String** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
+**modified_at** | **String** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
**inline_image_activation** | **BOOLEAN** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
**mirror_active** | **BOOLEAN** | Status of mirror links in campaign. mirrorActive = false means mirror links are deactivated, & mirrorActive = true means mirror links are activated, in the campaign | [optional]
**recurring** | **BOOLEAN** | FOR TRIGGER ONLY ! Type of trigger campaign.recurring = false means contact can receive the same Trigger campaign only once, & recurring = true means contact can receive the same Trigger campaign several times | [optional]
-**sent_date** | **DateTime** | Sent UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ). Only available if 'status' of the campaign is 'sent' | [optional]
+**sent_date** | **String** | Sent UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ). Only available if 'status' of the campaign is 'sent' | [optional]
**return_bounce** | **Integer** | Total number of non-delivered campaigns for a particular campaign id. | [optional]
-**recipients** | **Object** | |
-**statistics** | **Object** | |
+**recipients** | [**GetSmsCampaignRecipients**](GetSmsCampaignRecipients.md) | |
+**statistics** | [**GetSmsCampaignRecipients**](GetSmsCampaignRecipients.md) | |