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
**start_date** | **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
-
**end_date** | **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
+
**start_date** | **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
+
**end_date** | **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
**contact_email** | **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
@@ -215,8 +215,8 @@ end
215
215
api_instance =SibApiV3Sdk::SMTPApi.new
216
216
217
217
opts = {
218
-
start_date:Date.parse("2013-10-20"), #Date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
219
-
end_date:Date.parse("2013-10-20"), #Date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
218
+
start_date:"start_date_example", #String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
219
+
end_date:"end_date_example", #String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
220
220
days:56, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate'
**start_date** | **Date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
238
-
**end_date** | **Date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
237
+
**start_date** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
238
+
**end_date** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
239
239
**days** | **Integer**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
240
240
**tag** | **String**| Tag of the emails | [optional]
limit:50, # Integer | Number limitation for the result returned
283
283
offset:0, # Integer | Beginning point in the list to retrieve from.
284
-
start_date:Date.parse("2013-10-20"), #Date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
285
-
end_date:Date.parse("2013-10-20"), #Date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
284
+
start_date:"start_date_example", #String | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate
285
+
end_date:"end_date_example", #String | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate
286
286
days:56, # Integer | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate'
287
287
email:"email_example", # String | Filter the report for a specific email addresses
288
288
event:"event_example", # String | Filter the report for a specific event type
@@ -306,8 +306,8 @@ Name | Type | Description | Notes
**limit** | **Integer**| Number limitation for the result returned | [optional][default to 50]
308
308
**offset** | **Integer**| Beginning point in the list to retrieve from. | [optional][default to 0]
309
-
**start_date** | **Date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
310
-
**end_date** | **Date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
309
+
**start_date** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
310
+
**end_date** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
311
311
**days** | **Integer**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
312
312
**email** | **String**| Filter the report for a specific email addresses | [optional]
313
313
**event** | **String**| Filter the report for a specific event type | [optional]
**limit** | **Integer**| Number of documents returned per page | [optional][default to 50]
380
380
**offset** | **Integer**| Index of the first document on the page | [optional][default to 0]
381
-
**start_date** | **Date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) | [optional]
382
-
**end_date** | **Date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) | [optional]
381
+
**start_date** | **String**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) | [optional]
382
+
**end_date** | **String**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) | [optional]
383
383
**days** | **Integer**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
384
384
**tag** | **String**| Tag of the emails | [optional]
**limit** | **Integer**| Number of documents per page | [optional][default to 50]
62
-
**start_date** | **Date**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
63
-
**end_date** | **Date**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
62
+
**start_date** | **String**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
63
+
**end_date** | **String**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
64
64
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
65
65
**days** | **Integer**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
66
66
**phone_number** | **String**| Filter the report for a specific phone number | [optional]
**start_date** | **Date**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
194
-
**end_date** | **Date**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
193
+
**start_date** | **String**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
194
+
**end_date** | **String**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
195
195
**days** | **Integer**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
196
196
**tag** | **String**| Filter on a tag | [optional]
0 commit comments