Condition
Learn more about Conditions from the following resources:
Operations
Operation | Operation Id | Summary | Detail |
---|---|---|---|
GET | GetCondition | Get a Condition resource. |
|
PATCH | UpdateCondition | Update an existing Condition resource. |
|
DELETE | DeleteCondition | Delete an existing Condition resource. |
|
GET | GetConditionCollection | Get a collection of Condition resources. |
|
POST | CreateCondition | Create a new Condition resource. |
|
GET | GetConditionForConditionTypeCollection | Get a collection of Condition resources for the Condition Type. |
|
GET | LookupConditionChangePermissionTree | Lookup the permission set for changing the Condition. |
|
GET | LookupConditionConditionType | Lookup the Condition Type for the Condition. |
|
GET | LookupConditionInsertPermissionTree | Lookup the permission set for creating the Condition. |
|
GET | BatchGetCondition | Get a collection of Condition resources for the set of id's. |
|
POST | BatchCreateCondition | Create a new collection of Condition resources. |
|
PATCH | BatchUpdateCondition | Update a collection of existing Condition resources. |
|
DELETE | BatchDeleteCondition | Delete a collection of existing Condition resources. |
|
PATCH | ChangeConditionIsActive | Change the IsActive status for an existing Condition resource. |
|
PATCH | ChangeConditionPermissionTree | Change the PermissionTree for an existing Condition resource. |
|
PATCH | BatchChangeConditionIsActive | Change the IsActive status for a collection of existing Condition resources. |
|
PATCH | BatchChangeConditionPermissionTree | Change the PermissionTree status for a collection of existing Condition resources. |