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 startDate Mandatory if endDate is used. Enter start date in UTC date (YYYY-MM-DD) format to filter the activity in your account. Maximum time period that can be selected is one month. Additionally, you can retrieve activity logs from the past 12 months from the date of your search. (optional)
116
116
* @param endDate Mandatory if startDate is used. Enter end date in UTC date (YYYY-MM-DD) format to filter the activity in your account. Maximum time period that can be selected is one month. (optional)
117
+
* @param email Enter the user's email address to filter their activity in the account. (optional)
117
118
* @param limit Number of documents per page (optional, default to 10)
118
119
* @param offset Index of the first document in the page. (optional, default to 0)
@@ -129,13 +130,14 @@ public GetAccountActivity getAccountActivity(String startDate, String endDate, L
129
130
*
130
131
* @param startDate Mandatory if endDate is used. Enter start date in UTC date (YYYY-MM-DD) format to filter the activity in your account. Maximum time period that can be selected is one month. Additionally, you can retrieve activity logs from the past 12 months from the date of your search. (optional)
131
132
* @param endDate Mandatory if startDate is used. Enter end date in UTC date (YYYY-MM-DD) format to filter the activity in your account. Maximum time period that can be selected is one month. (optional)
133
+
* @param email Enter the user's email address to filter their activity in the account. (optional)
132
134
* @param limit Number of documents per page (optional, default to 10)
133
135
* @param offset Index of the first document in the page. (optional, default to 0)
134
136
* @param additionalHeaders additionalHeaders for this call
0 commit comments