GET Workflows/GroupBusinessUnit

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

WorkflowIDs

Filter by WorkflowIDs

Collection of integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

GroupIDs

Filter by GroupIDs

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

List of WorkflowGroupBusinessUnitDTOs

Collection of WorkflowGroupBusinessUnitDTO
NameDescriptionTypeAdditional information
WorkflowID

Workflow ID

integer

None.

BUID

BU ID

integer

None.

GroupID

Group ID

integer

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.