We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b51fbf + 67ce0c8 commit 8d18384Copy full SHA for 8d18384
app/services/monitor_api/eg001_get_monitoring_dataset_service.rb
@@ -19,8 +19,9 @@ def worker
19
#ds-snippet-start:Monitor1Step3
20
monitor_api = DocuSign_Monitor::DataSetApi.new(api_client)
21
begin
22
- cursor_value = ''
23
- limit = 100
+ cursor_date = Date.today.prev_year
+ cursor_value = cursor_date.strftime('%Y-%m-%dT00:00:00Z')
24
+ limit = 2000
25
function_results = []
26
options = DocuSign_Monitor::GetStreamOptions.new
27
options.limit = limit
0 commit comments