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.
1 parent 93e2827 commit 67ce0c8Copy full SHA for 67ce0c8
app/services/monitor_api/eg001_get_monitoring_dataset_service.rb
@@ -19,7 +19,8 @@ def worker
19
#ds-snippet-start:Monitor1Step3
20
monitor_api = DocuSign_Monitor::DataSetApi.new(api_client)
21
begin
22
- cursor_value = ''
+ cursor_date = Date.today.prev_year
23
+ cursor_value = cursor_date.strftime('%Y-%m-%dT00:00:00Z')
24
limit = 2000
25
function_results = []
26
options = DocuSign_Monitor::GetStreamOptions.new
0 commit comments