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/ContactsApi.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -808,7 +808,7 @@ opts = {
808
808
limit:50, # Integer | Number of documents per page
809
809
offset:0, # Integer | Index of the first document of the page
810
810
modified_since:DateTime.parse('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.
811
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
811
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
812
812
}
813
813
814
814
begin
@@ -827,7 +827,7 @@ Name | Type | Description | Notes
827
827
**limit** | **Integer**| Number of documents per page | [optional][default to 50]
828
828
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
829
829
**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]
830
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
830
+
**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]
831
831
832
832
### Return type
833
833
@@ -874,7 +874,7 @@ opts = {
874
874
modified_since:DateTime.parse('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.
875
875
limit:50, # Integer | Number of documents per page
876
876
offset:0, # Integer | Index of the first document of the page
877
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
877
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
878
878
}
879
879
880
880
begin
@@ -894,7 +894,7 @@ Name | Type | Description | Notes
894
894
**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]
895
895
**limit** | **Integer**| Number of documents per page | [optional][default to 50]
896
896
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
897
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
897
+
**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]
898
898
899
899
### Return type
900
900
@@ -997,7 +997,7 @@ folder_id = 789 # Integer | Id of the folder
997
997
opts = {
998
998
limit:10, # Integer | Number of documents per page
999
999
offset:0, # Integer | Index of the first document of the page
1000
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
1000
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
1001
1001
}
1002
1002
1003
1003
begin
@@ -1016,7 +1016,7 @@ Name | Type | Description | Notes
1016
1016
**folder_id** | **Integer**| Id of the folder |
1017
1017
**limit** | **Integer**| Number of documents per page | [optional][default to 10]
1018
1018
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
1019
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1019
+
**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]
1020
1020
1021
1021
### Return type
1022
1022
@@ -1062,7 +1062,7 @@ limit = 10 # Integer | Number of documents per page
1062
1062
offset =0# Integer | Index of the first document of the page
1063
1063
1064
1064
opts = {
1065
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
1065
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
1066
1066
}
1067
1067
1068
1068
begin
@@ -1080,7 +1080,7 @@ Name | Type | Description | Notes
**limit** | **Integer**| Number of documents per page | [default to 10]
1082
1082
**offset** | **Integer**| Index of the first document of the page | [default to 0]
1083
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1083
+
**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]
**limit** | **Integer**| Number of documents per page | [optional][default to 10]
1201
1201
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
1202
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
1202
+
**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
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ opts = {
340
340
end_date:DateTime.parse('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' )
341
341
limit:500, # Integer | Number of documents per page
342
342
offset:0, # Integer | Index of the first document in the page
343
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
343
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
344
344
}
345
345
346
346
begin
@@ -362,7 +362,7 @@ Name | Type | Description | Notes
362
362
**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]
363
363
**limit** | **Integer**| Number of documents per page | [optional][default to 500]
364
364
**offset** | **Integer**| Index of the first document in the page | [optional][default to 0]
365
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
365
+
**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
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ folder_id = 789 # Integer | Id of the folder
211
211
opts = {
212
212
limit:10, # Integer | Number of documents per page
213
213
offset:0, # Integer | 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
215
215
}
216
216
217
217
begin
@@ -230,7 +230,7 @@ Name | Type | Description | Notes
230
230
**folder_id** | **Integer**| Id of the folder |
231
231
**limit** | **Integer**| Number of documents per page | [optional][default to 10]
232
232
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
233
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
233
+
**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]
234
234
235
235
### Return type
236
236
@@ -276,7 +276,7 @@ limit = 10 # Integer | Number of documents per page
276
276
offset =0# Integer | Index of the first document of the page
277
277
278
278
opts = {
279
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
279
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
280
280
}
281
281
282
282
begin
@@ -294,7 +294,7 @@ Name | Type | Description | Notes
**limit** | **Integer**| Number of documents per page | [default to 10]
296
296
**offset** | **Integer**| Index of the first document of the page | [default to 0]
297
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
297
+
**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
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ opts = {
218
218
modified_since:DateTime.parse('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.
219
219
limit:50, # Integer | Number of documents per page
220
220
offset:0, # Integer | Index of the first document of the page
221
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
221
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
222
222
}
223
223
224
224
begin
@@ -238,7 +238,7 @@ Name | Type | Description | Notes
238
238
**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]
239
239
**limit** | **Integer**| Number of documents per page | [optional][default to 50]
240
240
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
241
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
241
+
**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]
242
242
243
243
### Return type
244
244
@@ -284,7 +284,7 @@ folder_id = 789 # Integer | Id of the folder
284
284
opts = {
285
285
limit:10, # Integer | Number of documents per page
286
286
offset:0, # Integer | Index of the first document of the page
287
-
sort:'desc'# String | Sort the results in the ascending/descending order of record creation
287
+
sort:'desc'# String | Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
288
288
}
289
289
290
290
begin
@@ -303,7 +303,7 @@ Name | Type | Description | Notes
303
303
**folder_id** | **Integer**| Id of the folder |
304
304
**limit** | **Integer**| Number of documents per page | [optional][default to 10]
305
305
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
306
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
306
+
**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]
**limit** | **Integer**| Number of documents per page | [optional][default to 10]
424
424
**offset** | **Integer**| Index of the first document of the page | [optional][default to 0]
425
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
425
+
**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]
**limit** | **Integer**| Number limitation for the result returned | [optional][default to 10]
112
112
**offset** | **Integer**| Beginning point in the list to retrieve from. | [optional][default to 0]
113
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
113
+
**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
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ opts = {
216
216
end_date:DateTime.parse('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, # Integer | Number limitation for the result returned
218
218
offset:0, # Integer | 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
220
220
}
221
221
222
222
begin
@@ -237,7 +237,7 @@ Name | Type | Description | Notes
237
237
**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]
238
238
**limit** | **Integer**| Number limitation for the result returned | [optional][default to 500]
239
239
**offset** | **Integer**| Beginning point in the list to retrieve from. | [optional][default to 0]
240
-
**sort** | **String**| Sort the results in the ascending/descending order of record creation | [optional][default to desc]
240
+
**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