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
* @param offset Index of the first document of the page
1129
1129
* @param modifiedSince 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.
1130
-
* @param sort Sort the results in the ascending/descending order of record creation
1130
+
* @param sort Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
* @param modifiedSince 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.
1217
1217
* @param limit Number of documents per page
1218
1218
* @param offset Index of the first document of the page
1219
-
* @param sort Sort the results in the ascending/descending order of record creation
1219
+
* @param sort Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
@@ -495,7 +495,7 @@ export class EmailCampaignsApi {
495
495
* @param endDate 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\' )
496
496
* @param limit Number of documents per page
497
497
* @param offset Index of the first document in the page
498
-
* @param sort Sort the results in the ascending/descending order of record creation
498
+
* @param sort Sort the results in the ascending/descending order of record creation. Default order is **descending** if `sort` is not passed
0 commit comments