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
**domain** | **str** | name of the domain to be blocked |
7
+
8
+
[[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/ContactsApi.md
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -777,7 +777,7 @@ Name | Type | Description | Notes
777
777
[[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)
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)
print("Exception when calling ContactsApi->get_contacts: %s\n"% e)
@@ -821,6 +822,7 @@ Name | Type | Description | Notes
821
822
**limit** | **int**| Number of documents per page | [optional][default to 50]
822
823
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
823
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]
824
826
825
827
### Return type
826
828
@@ -838,7 +840,7 @@ Name | Type | Description | Notes
838
840
[[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)
@@ -867,10 +869,11 @@ list_id = 789 # int | Id of the list
867
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)
868
870
limit =50# int | Number of documents per page (optional) (default to 50)
869
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)
print("Exception when calling ContactsApi->get_contacts_from_list: %s\n"% e)
@@ -884,6 +887,7 @@ Name | Type | Description | Notes
884
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]
885
888
**limit** | **int**| Number of documents per page | [optional][default to 50]
886
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]
887
891
888
892
### Return type
889
893
@@ -958,7 +962,7 @@ Name | Type | Description | Notes
958
962
[[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)
print("Exception when calling ContactsApi->get_folder_lists: %s\n"% e)
@@ -1002,6 +1007,7 @@ Name | Type | Description | Notes
1002
1007
**folder_id** | **int**| Id of the folder |
1003
1008
**limit** | **int**| Number of documents per page | [optional][default to 10]
1004
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]
1005
1011
1006
1012
### Return type
1007
1013
@@ -1019,7 +1025,7 @@ Name | Type | Description | Notes
1019
1025
[[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)
**limit** | **int**| Number of documents per page | [default to 10]
1063
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]
1064
1072
1065
1073
### Return type
1066
1074
@@ -1135,7 +1143,7 @@ Name | Type | Description | Notes
1135
1143
[[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)
**name** | **str** | Name of the sender. If not passed, will be set to default | [optional]
7
-
**email** | **str** | Email of the sender |
7
+
**email** | **str** | Email of the sender | [optional]
8
8
**id** | **int** | Select the sender for the template on the basis of sender id. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). | [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/EmailCampaignsApi.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@ Name | Type | Description | Notes
308
308
[[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)
@@ -339,10 +339,11 @@ 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)
print("Exception when calling EmailCampaignsApi->get_email_campaigns: %s\n"% e)
@@ -358,6 +359,7 @@ Name | Type | Description | Notes
358
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]
359
360
**limit** | **int**| Number of documents per page | [optional][default to 500]
360
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]
Copy file name to clipboardExpand all lines: docs/FoldersApi.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
[[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)
print("Exception when calling FoldersApi->get_folder_lists: %s\n"% e)
@@ -227,6 +228,7 @@ Name | Type | Description | Notes
227
228
**folder_id** | **int**| Id of the folder |
228
229
**limit** | **int**| Number of documents per page | [optional][default to 10]
229
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]
230
232
231
233
### Return type
232
234
@@ -244,7 +246,7 @@ Name | Type | Description | Notes
244
246
[[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)
**domains** | **list[str]** | List of all blocked domains |
7
+
8
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**active** | **bool** | indicates whether a domain is verified or not |
6
+
**domain** | **str** | Sender domain | [optional]
7
+
**active** | **bool** | indicates whether a domain is verified or not | [optional]
8
8
9
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)
**children** | **list[object]** | Your children's account information | [optional]
7
-
**count** | **int** | Number of child accounts |
7
+
**count** | **int** | Number of child accounts | [optional]
8
8
9
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)
**reply_to** | **str** | Email defined as the \"Reply to\" of the campaign |
24
-
**to_field** | **str** | Customisation of the \"to\" field of the campaign |
24
+
**to_field** | **str** | Customisation of the \"to\" field of the campaign | [optional]
25
25
**html_content** | **str** | HTML content of the campaign |
26
26
**share_link** | **str** | Link to share the campaign on social medias | [optional]
27
-
**tag** | **str** | Tag of the campaign |
27
+
**tag** | **str** | Tag of the campaign | [optional]
28
28
**created_at** | **datetime** | Creation UTC date-time of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
29
29
**modified_at** | **datetime** | UTC date-time of last modification of the campaign (YYYY-MM-DDTHH:mm:ss.SSSZ) |
30
30
**inline_image_activation** | **bool** | Status of inline image. inlineImageActivation = false means image can’t be embedded, & inlineImageActivation = true means image can be embedded, in the email. | [optional]
**count** | **int** | Number of Email campaigns retrieved |
7
+
**count** | **int** | Number of Email campaigns retrieved | [optional]
8
8
9
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/GetEmailEventReportEvents.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
**ip** | **str** | IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks) | [optional]
14
14
**link** | **str** | The link which is sent to the user (only available if the event is requests or opened or clicks) | [optional]
15
15
**_from** | **str** | Sender email from which the emails are sent | [optional]
16
+
**template_id** | **int** | ID of the template (only available if the email is template based) | [optional]
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments