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
limit =50# int | Number of documents per page (optional) (default to 50)
806
806
offset =0# int | Index of the first document of the page (optional) (default to 0)
807
807
modified_since ='2013-10-20T19:20:30+01:00'# datetime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
808
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
808
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
809
809
810
810
try:
811
811
# Get all the contacts
@@ -822,7 +822,7 @@ Name | Type | Description | Notes
822
822
**limit** | **int**| Number of documents per page | [optional][default to 50]
823
823
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
824
824
**modified_since** | **datetime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
825
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
825
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
826
826
827
827
### Return type
828
828
@@ -869,7 +869,7 @@ list_id = 789 # int | Id of the list
869
869
modified_since ='2013-10-20T19:20:30+01:00'# datetime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
870
870
limit =50# int | Number of documents per page (optional) (default to 50)
871
871
offset =0# int | Index of the first document of the page (optional) (default to 0)
872
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
872
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
873
873
874
874
try:
875
875
# Get contacts in a list
@@ -887,7 +887,7 @@ Name | Type | Description | Notes
887
887
**modified_since** | **datetime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
888
888
**limit** | **int**| Number of documents per page | [optional][default to 50]
889
889
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
890
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
890
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (optional) (default to 10)
992
992
offset =0# int | Index of the first document of the page (optional) (default to 0)
993
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
993
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
994
994
995
995
try:
996
996
# Get lists in a folder
@@ -1007,7 +1007,7 @@ Name | Type | Description | Notes
1007
1007
**folder_id** | **int**| Id of the folder |
1008
1008
**limit** | **int**| Number of documents per page | [optional][default to 10]
1009
1009
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
1010
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1010
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (default to 10)
1054
1054
offset =0# int | Index of the first document of the page (default to 0)
1055
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1055
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
1056
1056
1057
1057
try:
1058
1058
# Get all folders
@@ -1068,7 +1068,7 @@ Name | Type | Description | Notes
**limit** | **int**| Number of documents per page | [default to 10]
1070
1070
**offset** | **int**| Index of the first document of the page | [default to 0]
1071
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1071
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (optional) (default to 10)
1172
1172
offset =0# int | Index of the first document of the page (optional) (default to 0)
1173
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
1173
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
1174
1174
1175
1175
try:
1176
1176
# Get all the lists
@@ -1186,7 +1186,7 @@ Name | Type | Description | Notes
**limit** | **int**| Number of documents per page | [optional][default to 10]
1188
1188
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
1189
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1189
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
**message_id** | **str** | Message ID of the transactional email sent |
6
+
**message_id** | **str** | Message ID of the transactional email sent | [optional]
7
+
**message_ids** | **list[str]** | | [optional]
7
8
8
9
[[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/EmailCampaignsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,7 @@ start_date = '2013-10-20T19:20:30+01:00' # datetime | Mandatory if endDate is us
339
339
end_date ='2013-10-20T19:20:30+01:00'# datetime | Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) (optional)
340
340
limit =500# int | Number of documents per page (optional) (default to 500)
341
341
offset =0# int | Index of the first document in the page (optional) (default to 0)
342
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
342
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
343
343
344
344
try:
345
345
# Return all your created email campaigns
@@ -359,7 +359,7 @@ Name | Type | Description | Notes
359
359
**end_date** | **datetime**| Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent email campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) | [optional]
360
360
**limit** | **int**| Number of documents per page | [optional][default to 500]
361
361
**offset** | **int**| Index of the first document in the page | [optional][default to 0]
362
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
362
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (optional) (default to 10)
213
213
offset =0# int | Index of the first document of the page (optional) (default to 0)
214
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
214
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
215
215
216
216
try:
217
217
# Get lists in a folder
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228
228
**folder_id** | **int**| Id of the folder |
229
229
**limit** | **int**| Number of documents per page | [optional][default to 10]
230
230
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
231
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
231
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (default to 10)
275
275
offset =0# int | Index of the first document of the page (default to 0)
276
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
276
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
277
277
278
278
try:
279
279
# Get all folders
@@ -289,7 +289,7 @@ Name | Type | Description | Notes
**limit** | **int**| Number of documents per page | [default to 10]
291
291
**offset** | **int**| Index of the first document of the page | [default to 0]
292
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
292
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
Copy file name to clipboardExpand all lines: docs/ListsApi.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ list_id = 789 # int | Id of the list
217
217
modified_since ='2013-10-20T19:20:30+01:00'# datetime | Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. (optional)
218
218
limit =50# int | Number of documents per page (optional) (default to 50)
219
219
offset =0# int | Index of the first document of the page (optional) (default to 0)
220
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
220
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
221
221
222
222
try:
223
223
# Get contacts in a list
@@ -235,7 +235,7 @@ Name | Type | Description | Notes
235
235
**modified_since** | **datetime**| Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ). Prefer to pass your timezone in date-time format for accurate result. | [optional]
236
236
**limit** | **int**| Number of documents per page | [optional][default to 50]
237
237
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
238
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
238
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (optional) (default to 10)
283
283
offset =0# int | Index of the first document of the page (optional) (default to 0)
284
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
284
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
285
285
286
286
try:
287
287
# Get lists in a folder
@@ -298,7 +298,7 @@ Name | Type | Description | Notes
298
298
**folder_id** | **int**| Id of the folder |
299
299
**limit** | **int**| Number of documents per page | [optional][default to 10]
300
300
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
301
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
301
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number of documents per page (optional) (default to 10)
402
402
offset =0# int | Index of the first document of the page (optional) (default to 0)
403
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
403
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
404
404
405
405
try:
406
406
# Get all the lists
@@ -416,7 +416,7 @@ Name | Type | Description | Notes
**limit** | **int**| Number of documents per page | [optional][default to 10]
418
418
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
419
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
419
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
limit =10# int | Number limitation for the result returned (optional) (default to 10)
95
95
offset =0# int | Beginning point in the list to retrieve from. (optional) (default to 0)
96
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
96
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
97
97
98
98
try:
99
99
# Return all the processes for your account
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
**limit** | **int**| Number limitation for the result returned | [optional][default to 10]
111
111
**offset** | **int**| Beginning point in the list to retrieve from. | [optional][default to 0]
112
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
112
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
Copy file name to clipboardExpand all lines: docs/SMSCampaignsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ start_date = '2013-10-20T19:20:30+01:00' # datetime | Mandatory if endDate is us
217
217
end_date ='2013-10-20T19:20:30+01:00'# datetime | Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent sms campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) (optional)
218
218
limit =500# int | Number limitation for the result returned (optional) (default to 500)
219
219
offset =0# int | Beginning point in the list to retrieve from. (optional) (default to 0)
220
-
sort ='desc'# str | Sort the results in the ascending/descending order of record creation (optional) (default to desc)
220
+
sort ='desc'# str | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed (optional) (default to desc)
221
221
222
222
try:
223
223
# Returns the information for all your created SMS campaigns
@@ -236,7 +236,7 @@ Name | Type | Description | Notes
236
236
**end_date** | **datetime**| Mandatory if startDate is used. Ending (urlencoded) UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) to filter the sent sms campaigns. Prefer to pass your timezone in date-time format for accurate result ( only available if either 'status' not passed and if passed is set to 'sent' ) | [optional]
237
237
**limit** | **int**| Number limitation for the result returned | [optional][default to 500]
238
238
**offset** | **int**| Beginning point in the list to retrieve from. | [optional][default to 0]
239
-
**sort** | **str**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
239
+
**sort** | **str**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
0 commit comments