Skip to content

Commit 89e89b8

Browse files
author
nianiB9
committed
adjust cursor_value and limit
1 parent 9b51fbf commit 89e89b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/monitor_api/eg001_get_monitoring_dataset_service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def worker
1919
#ds-snippet-start:Monitor1Step3
2020
monitor_api = DocuSign_Monitor::DataSetApi.new(api_client)
2121
begin
22-
cursor_value = ''
23-
limit = 100
22+
cursor_value = '2024-01-01T00:00:00Z'
23+
limit = 2000
2424
function_results = []
2525
options = DocuSign_Monitor::GetStreamOptions.new
2626
options.limit = limit

0 commit comments

Comments
 (0)