Rule
Learn more about Rules from the following resources:
Operations
| Operation | Operation Id | Summary | Detail |
|---|---|---|---|
| GET | GetRule | Get a Rule resource. |
|
| PATCH | UpdateRule | Update an existing Rule resource. |
|
| DELETE | DeleteRule | Delete an existing Rule resource. |
|
| GET | GetRuleCollection | Get a collection of Rule resources. |
|
| POST | CreateRule | Create a new Rule resource. |
|
| GET | GetRuleForRuleCategoryCollection | Get a collection of Rule resources for the Rule Category. |
|
| GET | LookupRuleChangePermissionTree | Lookup the permission set for changing the Rule. |
|
| GET | LookupRuleInsertPermissionTree | Lookup the permission set for creating the Rule. |
|
| GET | LookupRuleRuleCategory | Lookup the Rule Category for the Rule. |
|
| GET | BatchGetRule | Get a collection of Rule resources for the set of id's. |
|
| POST | BatchCreateRule | Create a new collection of Rule resources. |
|
| PATCH | BatchUpdateRule | Update a collection of existing Rule resources. |
|
| DELETE | BatchDeleteRule | Delete a collection of existing Rule resources. |
|
| PATCH | ChangeRuleIsActive | Change the IsActive status for an existing Rule resource. |
|
| PATCH | ChangeRulePermissionTree | Change the PermissionTree for an existing Rule resource. |
|
| PATCH | BatchChangeRuleIsActive | Change the IsActive status for a collection of existing Rule resources. |
|
| PATCH | BatchChangeRulePermissionTree | Change the PermissionTree status for a collection of existing Rule resources. |