@Parameter(description="List of types of the Rule Nodes, (ENRICHMENT, FILTER, TRANSFORMATION, ACTION or EXTERNAL)",required=true)
@Parameter(description="List of types of the Rule Nodes, (ENRICHMENT, FILTER, TRANSFORMATION, ACTION or EXTERNAL)",array=@ArraySchema(schema=@Schema(type="string")),required=true)
publicList<NotificationTarget>getNotificationTargetsByIds(@Parameter(description="Comma-separated list of uuids representing targets ids",required=true)
publicList<NotificationTarget>getNotificationTargetsByIds(@Parameter(description="Comma-separated list of uuids representing targets ids",array=@ArraySchema(schema=@Schema(type="string")),required=true)
publicList<TenantProfile>getTenantProfilesByIds(@Parameter(description="Comma-separated list of tenant profile ids",array=@ArraySchema(schema=@Schema(type="string")))