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
Copy file name to clipboardExpand all lines: docs/Api/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)
@@ -804,9 +804,10 @@ $apiInstance = new SendinBlue\Client\Api\ContactsApi(
804
804
$limit = 50; // int | Number of documents per page
805
805
$offset = 0; // int | Index of the first document of the page
806
806
$modifiedSince = new \DateTime("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.
807
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
echo 'Exception when calling ContactsApi->getContacts: ', $e->getMessage(), PHP_EOL;
@@ -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
**modifiedSince** | **\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** | **string**| 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)
@@ -866,9 +868,10 @@ $listId = 789; // int | Id of the list
866
868
$modifiedSince = new \DateTime("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.
867
869
$limit = 50; // int | Number of documents per page
868
870
$offset = 0; // int | Index of the first document of the page
871
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
echo 'Exception when calling ContactsApi->getContactsFromList: ', $e->getMessage(), PHP_EOL;
@@ -884,6 +887,7 @@ Name | Type | Description | Notes
884
887
**modifiedSince** | **\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** | **string**| 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)
echo 'Exception when calling ContactsApi->getFolderLists: ', $e->getMessage(), PHP_EOL;
@@ -1002,6 +1007,7 @@ Name | Type | Description | Notes
1002
1007
**folderId** | **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** | **string**| 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** | **string**| 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)
Copy file name to clipboardExpand all lines: docs/Api/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)
$endDate = new \DateTime("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' )
339
339
$limit = 500; // int | Number of documents per page
340
340
$offset = 0; // int | Index of the first document in the page
341
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
echo 'Exception when calling EmailCampaignsApi->getEmailCampaigns: ', $e->getMessage(), PHP_EOL;
@@ -358,6 +359,7 @@ Name | Type | Description | Notes
358
359
**endDate** | **\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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
Copy file name to clipboardExpand all lines: docs/Api/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)
echo 'Exception when calling FoldersApi->getFolderLists: ', $e->getMessage(), PHP_EOL;
@@ -227,6 +228,7 @@ Name | Type | Description | Notes
227
228
**folderId** | **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** | **string**| 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)
Copy file name to clipboardExpand all lines: docs/Api/ListsApi.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ void (empty response body)
188
188
[[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)
@@ -216,9 +216,10 @@ $listId = 789; // int | Id of the list
216
216
$modifiedSince = new \DateTime("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.
217
217
$limit = 50; // int | Number of documents per page
218
218
$offset = 0; // int | Index of the first document of the page
219
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
echo 'Exception when calling ListsApi->getContactsFromList: ', $e->getMessage(), PHP_EOL;
@@ -234,6 +235,7 @@ Name | Type | Description | Notes
234
235
**modifiedSince** | **\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]
235
236
**limit** | **int**| Number of documents per page | [optional][default to 50]
236
237
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
238
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
237
239
238
240
### Return type
239
241
@@ -251,7 +253,7 @@ Name | Type | Description | Notes
251
253
[[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)
echo 'Exception when calling ListsApi->getFolderLists: ', $e->getMessage(), PHP_EOL;
@@ -295,6 +298,7 @@ Name | Type | Description | Notes
295
298
**folderId** | **int**| Id of the folder |
296
299
**limit** | **int**| Number of documents per page | [optional][default to 10]
297
300
**offset** | **int**| Index of the first document of the page | [optional][default to 0]
301
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
298
302
299
303
### Return type
300
304
@@ -369,7 +373,7 @@ Name | Type | Description | Notes
369
373
[[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)
Copy file name to clipboardExpand all lines: docs/Api/ProcessApi.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
66
66
[[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)
0 commit comments