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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -804,7 +804,7 @@ $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
807
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -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
**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]
825
+
**sort** | **string**| 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
@@ -868,7 +868,7 @@ $listId = 789; // int | Id of the list
868
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.
869
869
$limit = 50; // int | Number of documents per page
870
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
871
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -887,7 +887,7 @@ Name | Type | Description | Notes
887
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]
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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
890
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
891
891
892
892
### Return type
893
893
@@ -989,7 +989,7 @@ $apiInstance = new SendinBlue\Client\Api\ContactsApi(
989
989
$folderId = 789; // int | Id of the folder
990
990
$limit = 10; // int | Number of documents per page
991
991
$offset = 0; // int | Index of the first document of the page
992
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
992
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -1007,7 +1007,7 @@ Name | Type | Description | Notes
1007
1007
**folderId** | **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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1010
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
1011
1011
1012
1012
### Return type
1013
1013
@@ -1051,7 +1051,7 @@ $apiInstance = new SendinBlue\Client\Api\ContactsApi(
1051
1051
);
1052
1052
$limit = 10; // int | Number of documents per page
1053
1053
$offset = 0; // int | Index of the first document of the page
1054
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
1054
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1071
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
1072
1072
1073
1073
### Return type
1074
1074
@@ -1169,7 +1169,7 @@ $apiInstance = new SendinBlue\Client\Api\ContactsApi(
1169
1169
);
1170
1170
$limit = 10; // int | Number of documents per page
1171
1171
$offset = 0; // int | Index of the first document of the page
1172
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
1172
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1189
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
$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
341
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -359,7 +359,7 @@ Name | Type | Description | Notes
359
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]
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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
362
+
**sort** | **string**| 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/Api/FoldersApi.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ $apiInstance = new SendinBlue\Client\Api\FoldersApi(
210
210
$folderId = 789; // int | Id of the folder
211
211
$limit = 10; // int | Number of documents per page
212
212
$offset = 0; // int | Index of the first document of the page
213
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
213
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228
228
**folderId** | **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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
231
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
232
232
233
233
### Return type
234
234
@@ -272,7 +272,7 @@ $apiInstance = new SendinBlue\Client\Api\FoldersApi(
272
272
);
273
273
$limit = 10; // int | Number of documents per page
274
274
$offset = 0; // int | Index of the first document of the page
275
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
275
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
292
+
**sort** | **string**| 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/Api/ListsApi.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ $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
219
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -235,7 +235,7 @@ Name | Type | Description | Notes
235
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]
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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
238
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
239
239
240
240
### Return type
241
241
@@ -280,7 +280,7 @@ $apiInstance = new SendinBlue\Client\Api\ListsApi(
280
280
$folderId = 789; // int | Id of the folder
281
281
$limit = 10; // int | Number of documents per page
282
282
$offset = 0; // int | Index of the first document of the page
283
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
283
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -298,7 +298,7 @@ Name | Type | Description | Notes
298
298
**folderId** | **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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
301
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
302
302
303
303
### Return type
304
304
@@ -399,7 +399,7 @@ $apiInstance = new SendinBlue\Client\Api\ListsApi(
399
399
);
400
400
$limit = 10; // int | Number of documents per page
401
401
$offset = 0; // int | Index of the first document of the page
402
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
402
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
419
+
**sort** | **string**| 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/Api/ProcessApi.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ $apiInstance = new SendinBlue\Client\Api\ProcessApi(
92
92
);
93
93
$limit = 10; // int | Number limitation for the result returned
94
94
$offset = 0; // int | Beginning point in the list to retrieve from.
95
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
95
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
112
+
**sort** | **string**| Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed | [optional][default to desc]
$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 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' )
217
217
$limit = 500; // int | Number limitation for the result returned
218
218
$offset = 0; // int | Beginning point in the list to retrieve from.
219
-
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation
219
+
$sort = "desc"; // string | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -236,7 +236,7 @@ Name | Type | Description | Notes
236
236
**endDate** | **\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** | **string**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
239
+
**sort** | **string**| 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