GET Workflows/BusinessUnit

Get WorkflowBusinessUnits 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.

WorkflowID

Filter by WorkflowID

integer

None.

BusinessUnits

Filter by BusinessUnits

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

List of WorkflowBusinessUnitDTOs

Collection of WorkflowBusinessUnitDTO
NameDescriptionTypeAdditional information
WorkflowID

Workflow ID

integer

None.

BUID

BU ID

integer

None.

Groups

Groups

Collection of WorkflowGroupBusinessUnitDTO

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.