GET Workflows/RuleAction
Get WorkflowRuleActions from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
WorkflowRuleTriggerIDs |
Filter by WorkflowRuleTriggerIDs |
Collection of integer |
None. |
ActionType |
Filter by ActionType |
WorkflowRuleActionType |
None. |
FieldType |
Filter by FieldType |
WorkflowFieldType |
None. |
Body Parameters
None.
Response Information
Resource Description
List of WorkflowRuleActionDTOs
Collection of WorkflowRuleActionDTOName | Description | Type | Additional information |
---|---|---|---|
WorkflowRuleActionID |
WorkflowRuleAction ID |
integer |
None. |
WorkflowRuleTriggerID |
WorkflowRuleTrigger ID |
integer |
None. |
ActionType |
Action Type |
WorkflowRuleActionType |
None. |
FieldType |
Field Type |
WorkflowFieldType |
None. |
Value |
Value |
Collection of Object |
None. |
Summary |
Summary |
string |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Date and user that created record |
AuditDataDTO |
None. |
LastUpdated |
Date and user that last updated record |
AuditDataDTO |
None. |