Table of Contents

Rule

RuleId : int64Code : stringDescription : stringNotes : stringIsActive : booleanSequenceNumber : int32RuleText : stringCreatedOn : datetimeModifiedOn : datetimeVersion : int32PermissionTreeUserRuleCategoryuser rightscreated bymodified bycategory

Learn more about Rules from the following resources:

Operations

Operation Operation Id Summary Detail
GET GetRule

Get a Rule resource.

View

PATCH UpdateRule

Update an existing Rule resource.

View

DELETE DeleteRule

Delete an existing Rule resource.

View

GET GetRuleCollection

Get a collection of Rule resources.

View

POST CreateRule

Create a new Rule resource.

View

GET GetRuleForRuleCategoryCollection

Get a collection of Rule resources for the Rule Category.

View

GET LookupRuleChangePermissionTree

Lookup the permission set for changing the Rule.

View

GET LookupRuleInsertPermissionTree

Lookup the permission set for creating the Rule.

View

GET LookupRuleRuleCategory

Lookup the Rule Category for the Rule.

View

GET BatchGetRule

Get a collection of Rule resources for the set of id's.

View

POST BatchCreateRule

Create a new collection of Rule resources.

View

PATCH BatchUpdateRule

Update a collection of existing Rule resources.

View

DELETE BatchDeleteRule

Delete a collection of existing Rule resources.

View

PATCH ChangeRuleIsActive

Change the IsActive status for an existing Rule resource.

View

PATCH ChangeRulePermissionTree

Change the PermissionTree for an existing Rule resource.

View

PATCH BatchChangeRuleIsActive

Change the IsActive status for a collection of existing Rule resources.

View

PATCH BatchChangeRulePermissionTree

Change the PermissionTree status for a collection of existing Rule resources.

View