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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SendinBlue's API matches the [OpenAPI v2 definition](https://www.openapis.org/).
9
9
This library is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project and is reviewed and maintained by SendinBlue:
Copy file name to clipboardExpand all lines: docs/ContactsApi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -956,7 +956,7 @@ var folderId = 789; // Number | Id of the folder
956
956
var opts = {
957
957
'limit':10, // Number | Number of documents per page
958
958
'offset':0, // Number | Index of the first document of the page
959
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
959
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
console.log('API called successfully. Returned data: '+ data);
@@ -973,7 +973,7 @@ Name | Type | Description | Notes
973
973
**folderId** | **Number**| Id of the folder |
974
974
**limit** | **Number**| Number of documents per page | [optional][default to 10]
975
975
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
976
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
976
+
**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]
977
977
978
978
### Return type
979
979
@@ -1018,7 +1018,7 @@ var limit = 10; // Number | Number of documents per page
1018
1018
var offset =0; // Number | Index of the first document of the page
1019
1019
1020
1020
var opts = {
1021
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
1021
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**limit** | **Number**| Number of documents per page | [default to 10]
1036
1036
**offset** | **Number**| Index of the first document of the page | [default to 0]
1037
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1037
+
**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]
1038
1038
1039
1039
### Return type
1040
1040
@@ -1131,7 +1131,7 @@ var apiInstance = new SibApiV3Sdk.ContactsApi();
1131
1131
var opts = {
1132
1132
'limit':10, // Number | Number of documents per page
1133
1133
'offset':0, // Number | Index of the first document of the page
1134
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
1134
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
1135
1135
};
1136
1136
apiInstance.getLists(opts).then(function(data) {
1137
1137
console.log('API called successfully. Returned data: '+ data);
@@ -1147,7 +1147,7 @@ Name | Type | Description | Notes
**limit** | **Number**| Number of documents per page | [optional][default to 10]
1149
1149
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
1150
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1150
+
**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/EmailCampaignsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,7 +327,7 @@ var opts = {
327
327
'endDate':newDate("2013-10-20T19:20:30+01:00"), // Date | 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' )
328
328
'limit':500, // Number | Number of documents per page
329
329
'offset':0, // Number | Index of the first document in the page
330
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
330
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
console.log('API called successfully. Returned data: '+ data);
@@ -347,7 +347,7 @@ Name | Type | Description | Notes
347
347
**endDate** | **Date**| 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]
348
348
**limit** | **Number**| Number of documents per page | [optional][default to 500]
349
349
**offset** | **Number**| Index of the first document in the page | [optional][default to 0]
350
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
350
+
**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/FoldersApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ var folderId = 789; // Number | Id of the folder
204
204
var opts = {
205
205
'limit':10, // Number | Number of documents per page
206
206
'offset':0, // Number | Index of the first document of the page
207
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
207
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
console.log('API called successfully. Returned data: '+ data);
@@ -221,7 +221,7 @@ Name | Type | Description | Notes
221
221
**folderId** | **Number**| Id of the folder |
222
222
**limit** | **Number**| Number of documents per page | [optional][default to 10]
223
223
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
224
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
224
+
**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]
225
225
226
226
### Return type
227
227
@@ -266,7 +266,7 @@ var limit = 10; // Number | Number of documents per page
266
266
var offset =0; // Number | Index of the first document of the page
267
267
268
268
var opts = {
269
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
269
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**limit** | **Number**| Number of documents per page | [default to 10]
284
284
**offset** | **Number**| Index of the first document of the page | [default to 0]
285
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
285
+
**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/ListsApi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ var opts = {
211
211
'modifiedSince':newDate("2013-10-20T19:20:30+01:00"), // Date | 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.
212
212
'limit':50, // Number | Number of documents per page
213
213
'offset':0, // Number | Index of the first document of the page
214
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
214
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
console.log('API called successfully. Returned data: '+ data);
@@ -229,7 +229,7 @@ Name | Type | Description | Notes
229
229
**modifiedSince** | **Date**| 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]
230
230
**limit** | **Number**| Number of documents per page | [optional][default to 50]
231
231
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
232
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
232
+
**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]
233
233
234
234
### Return type
235
235
@@ -274,7 +274,7 @@ var folderId = 789; // Number | Id of the folder
274
274
var opts = {
275
275
'limit':10, // Number | Number of documents per page
276
276
'offset':0, // Number | Index of the first document of the page
277
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
277
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
console.log('API called successfully. Returned data: '+ data);
@@ -291,7 +291,7 @@ Name | Type | Description | Notes
291
291
**folderId** | **Number**| Id of the folder |
292
292
**limit** | **Number**| Number of documents per page | [optional][default to 10]
293
293
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
294
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
294
+
**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]
295
295
296
296
### Return type
297
297
@@ -388,7 +388,7 @@ var apiInstance = new SibApiV3Sdk.ListsApi();
388
388
var opts = {
389
389
'limit':10, // Number | Number of documents per page
390
390
'offset':0, // Number | Index of the first document of the page
391
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
391
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
392
392
};
393
393
apiInstance.getLists(opts).then(function(data) {
394
394
console.log('API called successfully. Returned data: '+ data);
@@ -404,7 +404,7 @@ Name | Type | Description | Notes
**limit** | **Number**| Number of documents per page | [optional][default to 10]
406
406
**offset** | **Number**| Index of the first document of the page | [optional][default to 0]
407
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
407
+
**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/ProcessApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ var apiInstance = new SibApiV3Sdk.ProcessApi();
90
90
var opts = {
91
91
'limit':10, // Number | Number limitation for the result returned
92
92
'offset':0, // Number | Beginning point in the list to retrieve from.
93
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
93
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
**limit** | **Number**| Number limitation for the result returned | [optional][default to 10]
108
108
**offset** | **Number**| Beginning point in the list to retrieve from. | [optional][default to 0]
109
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
109
+
**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/SMSCampaignsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ var opts = {
209
209
'endDate':newDate("2013-10-20T19:20:30+01:00"), // Date | 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' )
210
210
'limit':500, // Number | Number limitation for the result returned
211
211
'offset':0, // Number | Beginning point in the list to retrieve from.
212
-
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation
212
+
'sort':"desc"// String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
console.log('API called successfully. Returned data: '+ data);
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228
228
**endDate** | **Date**| 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]
229
229
**limit** | **Number**| Number limitation for the result returned | [optional][default to 500]
230
230
**offset** | **Number**| Beginning point in the list to retrieve from. | [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]
0 commit comments