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
* Use the DocuSign Monitor API to receive a data feed containing atypical security events within your DocuSign account. This data goes directly to an integrated application or website.
19
+
* An API for an integrator to access the features of DocuSign Monitor
@@ -149,9 +165,9 @@ public function setApiClient(ApiClient $apiClient): self
149
165
/**
150
166
* Update $resourcePath with $
151
167
*
152
-
* @param string $resourcePath
153
-
* @param string $baseName
154
-
* @param string $paramName
168
+
* @param string $resourcePath the resource path to use
169
+
* @param string $baseName the base name param
170
+
* @param string $paramName the parameter name
155
171
*
156
172
* @return string
157
173
*/
@@ -172,7 +188,8 @@ public function updateResourcePath(string $resourcePath, string $baseName, strin
172
188
*
173
189
* @param ?string $data_set_name The name of the dataset to stream
174
190
* @param ?string $version The requested API version
175
-
* @param \DocuSign\Monitor\Api\DataSetApi\GetStreamOptions for modifying the behavior of the function. (optional)
191
+
* @param \DocuSign\Monitor\Api\DataSetApi\GetStreamOptions $options for modifying the behavior of the function. (optional)
192
+
*
176
193
* @throws ApiException on non-2xx response
177
194
* @return \DocuSign\Monitor\Model\CursoredResult
178
195
*/
@@ -189,7 +206,8 @@ public function getStream($data_set_name, $version, \DocuSign\Monitor\Api\DataSe
189
206
*
190
207
* @param ?string $data_set_name The name of the dataset to stream
191
208
* @param ?string $version The requested API version
192
-
* @param \DocuSign\Monitor\Api\DataSetApi\GetStreamOptions for modifying the behavior of the function. (optional)
209
+
* @param \DocuSign\Monitor\Api\DataSetApi\GetStreamOptions $options for modifying the behavior of the function. (optional)
210
+
*
193
211
* @throws ApiException on non-2xx response
194
212
* @return array of \DocuSign\Monitor\Model\CursoredResult, HTTP status code, HTTP response headers (array of strings)
195
213
*/
@@ -267,4 +285,108 @@ public function getStreamWithHttpInfo($data_set_name, $version, \DocuSign\Monito
267
285
throw$e;
268
286
}
269
287
}
288
+
289
+
/**
290
+
* Operation postWebQuery
291
+
*
292
+
*
293
+
*
294
+
* @param ?string $data_set_name The name of the dataset to query
295
+
* @param ?string $version The requested API version
296
+
* @param \DocuSign\Monitor\Model\WebQuery $web_query A collection of filter clauses and aggregations scoped to one or more organizations. The fields queryScope and queryScopeId may be omitted defaulting to all applicable organizations (required)
* @param ?string $data_set_name The name of the dataset to query
313
+
* @param ?string $version The requested API version
314
+
* @param \DocuSign\Monitor\Model\WebQuery $web_query A collection of filter clauses and aggregations scoped to one or more organizations. The fields queryScope and queryScopeId may be omitted defaulting to all applicable organizations (required)
315
+
*
316
+
* @throws ApiException on non-2xx response
317
+
* @return array of \DocuSign\Monitor\Model\AggregateResult, HTTP status code, HTTP response headers (array of strings)
* Use the DocuSign Monitor API to receive a data feed containing atypical security events within your DocuSign account. This data goes directly to an integrated application or website.
16
+
* An API for an integrator to access the features of DocuSign Monitor
0 commit comments