@@ -307,6 +307,9 @@ public okhttp3.Call getDocumentUserActivitiesAsync(@javax.annotation.Nonnull Str
307307 * @param entityTypeId EntityType Identifier (optional)
308308 * @param namespace Namespace Identifier (optional)
309309 * @param entityId Entity Identifier (optional)
310+ * @param rulesetId RulesetId Identifier (optional)
311+ * @param workflowId Workflow Identifier (optional)
312+ * @param attributeKey Attribute Key (optional)
310313 * @param start Start of date-time range (UTC) (optional)
311314 * @param end End of date-time range (UTC) (optional)
312315 * @param sort Sort order (default DESC) (optional)
@@ -337,6 +340,8 @@ public okhttp3.Call getDocumentUserActivitiesAsync(@javax.annotation.Nonnull Str
337340 public okhttp3 .Call getResourceActivitiesCall (@ javax .annotation .Nullable String siteId ,
338341 @ javax .annotation .Nullable String documentId , @ javax .annotation .Nullable String entityTypeId ,
339342 @ javax .annotation .Nullable String namespace , @ javax .annotation .Nullable String entityId ,
343+ @ javax .annotation .Nullable String rulesetId , @ javax .annotation .Nullable String workflowId ,
344+ @ javax .annotation .Nullable String attributeKey ,
340345 @ javax .annotation .Nullable OffsetDateTime start ,
341346 @ javax .annotation .Nullable OffsetDateTime end , @ javax .annotation .Nullable String sort ,
342347 @ javax .annotation .Nullable String next , @ javax .annotation .Nullable String limit ,
@@ -385,6 +390,18 @@ public okhttp3.Call getResourceActivitiesCall(@javax.annotation.Nullable String
385390 localVarQueryParams .addAll (localVarApiClient .parameterToPair ("entityId" , entityId ));
386391 }
387392
393+ if (rulesetId != null ) {
394+ localVarQueryParams .addAll (localVarApiClient .parameterToPair ("rulesetId" , rulesetId ));
395+ }
396+
397+ if (workflowId != null ) {
398+ localVarQueryParams .addAll (localVarApiClient .parameterToPair ("workflowId" , workflowId ));
399+ }
400+
401+ if (attributeKey != null ) {
402+ localVarQueryParams .addAll (localVarApiClient .parameterToPair ("attributeKey" , attributeKey ));
403+ }
404+
388405 if (start != null ) {
389406 localVarQueryParams .addAll (localVarApiClient .parameterToPair ("start" , start ));
390407 }
@@ -432,12 +449,14 @@ public okhttp3.Call getResourceActivitiesCall(@javax.annotation.Nullable String
432449 private okhttp3 .Call getResourceActivitiesValidateBeforeCall (
433450 @ javax .annotation .Nullable String siteId , @ javax .annotation .Nullable String documentId ,
434451 @ javax .annotation .Nullable String entityTypeId , @ javax .annotation .Nullable String namespace ,
435- @ javax .annotation .Nullable String entityId , @ javax .annotation .Nullable OffsetDateTime start ,
452+ @ javax .annotation .Nullable String entityId , @ javax .annotation .Nullable String rulesetId ,
453+ @ javax .annotation .Nullable String workflowId , @ javax .annotation .Nullable String attributeKey ,
454+ @ javax .annotation .Nullable OffsetDateTime start ,
436455 @ javax .annotation .Nullable OffsetDateTime end , @ javax .annotation .Nullable String sort ,
437456 @ javax .annotation .Nullable String next , @ javax .annotation .Nullable String limit ,
438457 @ javax .annotation .Nullable String userId , final ApiCallback _callback ) throws ApiException {
439- return getResourceActivitiesCall (siteId , documentId , entityTypeId , namespace , entityId , start ,
440- end , sort , next , limit , userId , _callback );
458+ return getResourceActivitiesCall (siteId , documentId , entityTypeId , namespace , entityId ,
459+ rulesetId , workflowId , attributeKey , start , end , sort , next , limit , userId , _callback );
441460
442461 }
443462
@@ -449,6 +468,9 @@ private okhttp3.Call getResourceActivitiesValidateBeforeCall(
449468 * @param entityTypeId EntityType Identifier (optional)
450469 * @param namespace Namespace Identifier (optional)
451470 * @param entityId Entity Identifier (optional)
471+ * @param rulesetId RulesetId Identifier (optional)
472+ * @param workflowId Workflow Identifier (optional)
473+ * @param attributeKey Attribute Key (optional)
452474 * @param start Start of date-time range (UTC) (optional)
453475 * @param end End of date-time range (UTC) (optional)
454476 * @param sort Sort order (default DESC) (optional)
@@ -479,12 +501,15 @@ private okhttp3.Call getResourceActivitiesValidateBeforeCall(
479501 public GetActivitesResponse getResourceActivities (@ javax .annotation .Nullable String siteId ,
480502 @ javax .annotation .Nullable String documentId , @ javax .annotation .Nullable String entityTypeId ,
481503 @ javax .annotation .Nullable String namespace , @ javax .annotation .Nullable String entityId ,
504+ @ javax .annotation .Nullable String rulesetId , @ javax .annotation .Nullable String workflowId ,
505+ @ javax .annotation .Nullable String attributeKey ,
482506 @ javax .annotation .Nullable OffsetDateTime start ,
483507 @ javax .annotation .Nullable OffsetDateTime end , @ javax .annotation .Nullable String sort ,
484508 @ javax .annotation .Nullable String next , @ javax .annotation .Nullable String limit ,
485509 @ javax .annotation .Nullable String userId ) throws ApiException {
486- ApiResponse <GetActivitesResponse > localVarResp = getResourceActivitiesWithHttpInfo (siteId ,
487- documentId , entityTypeId , namespace , entityId , start , end , sort , next , limit , userId );
510+ ApiResponse <GetActivitesResponse > localVarResp =
511+ getResourceActivitiesWithHttpInfo (siteId , documentId , entityTypeId , namespace , entityId ,
512+ rulesetId , workflowId , attributeKey , start , end , sort , next , limit , userId );
488513 return localVarResp .getData ();
489514 }
490515
@@ -496,6 +521,9 @@ public GetActivitesResponse getResourceActivities(@javax.annotation.Nullable Str
496521 * @param entityTypeId EntityType Identifier (optional)
497522 * @param namespace Namespace Identifier (optional)
498523 * @param entityId Entity Identifier (optional)
524+ * @param rulesetId RulesetId Identifier (optional)
525+ * @param workflowId Workflow Identifier (optional)
526+ * @param attributeKey Attribute Key (optional)
499527 * @param start Start of date-time range (UTC) (optional)
500528 * @param end End of date-time range (UTC) (optional)
501529 * @param sort Sort order (default DESC) (optional)
@@ -526,12 +554,15 @@ public GetActivitesResponse getResourceActivities(@javax.annotation.Nullable Str
526554 public ApiResponse <GetActivitesResponse > getResourceActivitiesWithHttpInfo (
527555 @ javax .annotation .Nullable String siteId , @ javax .annotation .Nullable String documentId ,
528556 @ javax .annotation .Nullable String entityTypeId , @ javax .annotation .Nullable String namespace ,
529- @ javax .annotation .Nullable String entityId , @ javax .annotation .Nullable OffsetDateTime start ,
557+ @ javax .annotation .Nullable String entityId , @ javax .annotation .Nullable String rulesetId ,
558+ @ javax .annotation .Nullable String workflowId , @ javax .annotation .Nullable String attributeKey ,
559+ @ javax .annotation .Nullable OffsetDateTime start ,
530560 @ javax .annotation .Nullable OffsetDateTime end , @ javax .annotation .Nullable String sort ,
531561 @ javax .annotation .Nullable String next , @ javax .annotation .Nullable String limit ,
532562 @ javax .annotation .Nullable String userId ) throws ApiException {
533563 okhttp3 .Call localVarCall = getResourceActivitiesValidateBeforeCall (siteId , documentId ,
534- entityTypeId , namespace , entityId , start , end , sort , next , limit , userId , null );
564+ entityTypeId , namespace , entityId , rulesetId , workflowId , attributeKey , start , end , sort ,
565+ next , limit , userId , null );
535566 Type localVarReturnType = new TypeToken <GetActivitesResponse >() {}.getType ();
536567 return localVarApiClient .execute (localVarCall , localVarReturnType );
537568 }
@@ -544,6 +575,9 @@ public ApiResponse<GetActivitesResponse> getResourceActivitiesWithHttpInfo(
544575 * @param entityTypeId EntityType Identifier (optional)
545576 * @param namespace Namespace Identifier (optional)
546577 * @param entityId Entity Identifier (optional)
578+ * @param rulesetId RulesetId Identifier (optional)
579+ * @param workflowId Workflow Identifier (optional)
580+ * @param attributeKey Attribute Key (optional)
547581 * @param start Start of date-time range (UTC) (optional)
548582 * @param end End of date-time range (UTC) (optional)
549583 * @param sort Sort order (default DESC) (optional)
@@ -574,14 +608,17 @@ public ApiResponse<GetActivitesResponse> getResourceActivitiesWithHttpInfo(
574608 public okhttp3 .Call getResourceActivitiesAsync (@ javax .annotation .Nullable String siteId ,
575609 @ javax .annotation .Nullable String documentId , @ javax .annotation .Nullable String entityTypeId ,
576610 @ javax .annotation .Nullable String namespace , @ javax .annotation .Nullable String entityId ,
611+ @ javax .annotation .Nullable String rulesetId , @ javax .annotation .Nullable String workflowId ,
612+ @ javax .annotation .Nullable String attributeKey ,
577613 @ javax .annotation .Nullable OffsetDateTime start ,
578614 @ javax .annotation .Nullable OffsetDateTime end , @ javax .annotation .Nullable String sort ,
579615 @ javax .annotation .Nullable String next , @ javax .annotation .Nullable String limit ,
580616 @ javax .annotation .Nullable String userId , final ApiCallback <GetActivitesResponse > _callback )
581617 throws ApiException {
582618
583619 okhttp3 .Call localVarCall = getResourceActivitiesValidateBeforeCall (siteId , documentId ,
584- entityTypeId , namespace , entityId , start , end , sort , next , limit , userId , _callback );
620+ entityTypeId , namespace , entityId , rulesetId , workflowId , attributeKey , start , end , sort ,
621+ next , limit , userId , _callback );
585622 Type localVarReturnType = new TypeToken <GetActivitesResponse >() {}.getType ();
586623 localVarApiClient .executeAsync (localVarCall , localVarReturnType , _callback );
587624 return localVarCall ;
0 commit comments