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** | **str** | 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** | **str** | 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** | **str** | Target a specific email address | [optional]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/SMSCampaignsApi.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ void (empty response body)
130
130
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
start_date ='2013-10-20'#date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate (optional)
219
-
end_date ='2013-10-20'#date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate (optional)
218
+
start_date ='start_date_example'#str | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate (optional)
219
+
end_date ='end_date_example'#str | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate (optional)
220
220
days =56# int | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' (optional)
221
221
tag ='tag_example'# str | Tag of the emails (optional)
**start_date** | **date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
236
-
**end_date** | **date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
235
+
**start_date** | **str**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
236
+
**end_date** | **str**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
237
237
**days** | **int**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
limit =50# int | Number limitation for the result returned (optional) (default to 50)
282
282
offset =0# int | Beginning point in the list to retrieve from. (optional) (default to 0)
283
-
start_date ='2013-10-20'#date | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate (optional)
284
-
end_date ='2013-10-20'#date | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate (optional)
283
+
start_date ='start_date_example'#str | Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate (optional)
284
+
end_date ='end_date_example'#str | Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate (optional)
285
285
days =56# int | Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' (optional)
286
286
email ='email_example'# str | Filter the report for a specific email addresses (optional)
287
287
event ='event_example'# str | Filter the report for a specific event type (optional)
@@ -303,8 +303,8 @@ Name | Type | Description | Notes
**limit** | **int**| Number limitation for the result returned | [optional][default to 50]
305
305
**offset** | **int**| Beginning point in the list to retrieve from. | [optional][default to 0]
306
-
**start_date** | **date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
307
-
**end_date** | **date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
306
+
**start_date** | **str**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD). Must be lower than equal to endDate | [optional]
307
+
**end_date** | **str**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD). Must be greater than equal to startDate | [optional]
308
308
**days** | **int**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
309
309
**email** | **str**| Filter the report for a specific email addresses | [optional]
310
310
**event** | **str**| Filter the report for a specific event type | [optional]
**limit** | **int**| Number of documents returned per page | [optional][default to 50]
376
376
**offset** | **int**| Index of the first document on the page | [optional][default to 0]
377
-
**start_date** | **date**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) | [optional]
378
-
**end_date** | **date**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) | [optional]
377
+
**start_date** | **str**| Mandatory if endDate is used. Starting date of the report (YYYY-MM-DD) | [optional]
378
+
**end_date** | **str**| Mandatory if startDate is used. Ending date of the report (YYYY-MM-DD) | [optional]
379
379
**days** | **int**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
**limit** | **int**| Number of documents per page | [optional][default to 50]
61
-
**start_date** | **date**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
62
-
**end_date** | **date**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
61
+
**start_date** | **str**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
62
+
**end_date** | **str**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
63
63
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
64
64
**days** | **int**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
65
65
**phone_number** | **str**| 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]
191
-
**end_date** | **date**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
190
+
**start_date** | **str**| Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report | [optional]
191
+
**end_date** | **str**| Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report | [optional]
192
192
**days** | **int**| Number of days in the past including today (positive integer). Not compatible with 'startDate' and 'endDate' | [optional]
0 commit comments