GET Workflows/RuleTrigger

Get WorkflowRuleTriggers from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

WorkflowRuleIDs

Filter by WorkflowID

Collection of integer

None.

ParentRuleTriggerIDs

Filter by ParentRuleTriggerIDs

Collection of integer

None.

ExpressionType

Filter by ExpressionType

WorkflowExpressionType

None.

ExpressionValue

Filter by Value

Collection of Object

None.

Body Parameters

None.

Response Information

Resource Description

List of WorkflowRuleTriggerDTOs

Collection of WorkflowRuleTriggerDTO
NameDescriptionTypeAdditional information
WorkflowRuleTriggerID

WorkflowRuleTrigger ID

integer

None.

WorkflowRuleID

WorkflowRule ID

integer

None.

ParentRuleTriggerID

ParentRuleTriggerID

integer

None.

FieldType

Field Type

WorkflowFieldType

None.

ExpressionType

Expression Type

WorkflowExpressionType

None.

ExpressionValue

Expression Value

Collection of Object

None.

WorkflowRuleActions

Workflow Rule Action

Collection of WorkflowRuleActionDTO

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.