You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**startDate** | **Date** | Starting date (YYYY-MM-DD) of the time period for deletion. The hardbounces occurred after this date will be deleted. Must be less than or equal to the endDate | [optional]
7
-
**endDate** | **Date** | Ending date (YYYY-MM-DD) of the time period for deletion. The hardbounces until this date will be deleted. Must be greater than or equal to the startDate | [optional]
6
+
**startDate** | **String** | Starting date (YYYY-MM-DD) of the time period for deletion. The hardbounces occurred after this date will be deleted. Must be less than or equal to the endDate | [optional]
7
+
**endDate** | **String** | Ending date (YYYY-MM-DD) of the time period for deletion. The hardbounces until this date will be deleted. Must be greater than or equal to the startDate | [optional]
8
8
**contactEmail** | **String** | Target a specific email address | [optional]
Copy file name to clipboardExpand all lines: docs/SMTPApi.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -209,8 +209,8 @@ partnerKey.apiKey = 'YOUR API KEY';
209
209
var apiInstance =newSibApiV3Sdk.SMTPApi();
210
210
211
211
var opts = {
212
-
'startDate':newDate("2013-10-20"), //Date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
213
-
'endDate':newDate("2013-10-20"), //Date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
212
+
'startDate':"startDate_example", //String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
213
+
'endDate':"endDate_example", //String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
214
214
'days':56, // Number | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate'
**startDate** | **Date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
230
-
**endDate** | **Date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
229
+
**startDate** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
230
+
**endDate** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
231
231
**days** | **Number**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
232
232
**tag** | **String**| Tag of the emails | [optional]
233
233
@@ -272,8 +272,8 @@ var apiInstance = new SibApiV3Sdk.SMTPApi();
272
272
var opts = {
273
273
'limit':50, // Number | Number limitation for the result returned
274
274
'offset':0, // Number | Beginning point in the list to retrieve from.
275
-
'startDate':newDate("2013-10-20"), //Date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
276
-
'endDate':newDate("2013-10-20"), //Date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
275
+
'startDate':"startDate_example", //String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
276
+
'endDate':"endDate_example", //String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
277
277
'days':56, // Number | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate'
278
278
'email':"email_example", // String | Filter the report for a specific email addresses
279
279
'event':"event_example", // String | Filter the report for a specific event type
@@ -295,8 +295,8 @@ Name | Type | Description | Notes
**limit** | **Number**| Number limitation for the result returned | [optional][default to 50]
297
297
**offset** | **Number**| Beginning point in the list to retrieve from. | [optional][default to 0]
298
-
**startDate** | **Date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
299
-
**endDate** | **Date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
298
+
**startDate** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
299
+
**endDate** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
300
300
**days** | **Number**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
301
301
**email** | **String**| Filter the report for a specific email addresses | [optional]
302
302
**event** | **String**| Filter the report for a specific event type | [optional]
@@ -345,8 +345,8 @@ var apiInstance = new SibApiV3Sdk.SMTPApi();
345
345
var opts = {
346
346
'limit':50, // Number | Number of documents returned per page
347
347
'offset':0, // Number | Index of the first document on the page
348
-
'startDate':newDate("2013-10-20"), //Date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD)
349
-
'endDate':newDate("2013-10-20"), //Date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD)
348
+
'startDate':"startDate_example", //String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD)
349
+
'endDate':"endDate_example", //String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD)
350
350
'days':56, // Number | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate'
351
351
'tag':"tag_example"// String | Tag of the emails
352
352
};
@@ -364,8 +364,8 @@ Name | Type | Description | Notes
**limit** | **Number**| Number of documents returned per page | [optional][default to 50]
366
366
**offset** | **Number**| Index of the first document on the page | [optional][default to 0]
367
-
**startDate** | **Date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) | [optional]
368
-
**endDate** | **Date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) | [optional]
367
+
**startDate** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) | [optional]
368
+
**endDate** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) | [optional]
369
369
**days** | **Number**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
370
370
**tag** | **String**| Tag of the emails | [optional]
**limit** | **Number**| Number of documents per page | [optional][default to 50]
61
-
**startDate** | **Date**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
62
-
**endDate** | **Date**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
61
+
**startDate** | **String**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
62
+
**endDate** | **String**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
63
63
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
64
64
**days** | **Number**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
65
65
**phoneNumber** | **String**| Filter the report for a specific phone number | [optional]
@@ -105,8 +105,8 @@ partnerKey.apiKey = 'YOUR API KEY';
105
105
var apiInstance =newSibApiV3Sdk.TransactionalSMSApi();
106
106
107
107
var opts = {
108
-
'startDate':newDate("2013-10-20"), //Date | Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report
109
-
'endDate':newDate("2013-10-20"), //Date | Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report
108
+
'startDate':"startDate_example", //String | Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report
109
+
'endDate':"endDate_example", //String | Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report
110
110
'days':56, // Number | Number of days in the past including today (positive integer). Not compatible with startDate and endDate
**startDate** | **Date**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
187
-
**endDate** | **Date**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
186
+
**startDate** | **String**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
187
+
**endDate** | **String**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
188
188
**days** | **Number**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
189
189
**tag** | **String**| Filter on a tag | [optional]
Copy file name to clipboardExpand all lines: src/api/SMSCampaignsApi.js
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -153,22 +153,16 @@
153
153
/**
154
154
* Get an SMS campaign
155
155
* @param {Number} campaignId id of the SMS campaign
156
-
* @param {module:model/GetSmsCampaign} getSmsCampaign Values to update an SMS Campaign
157
156
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetSmsCampaign} and HTTP response
0 commit comments