GET Workers/BusinessUnitStatus

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

EntityID

Filter by EntityID

integer

None.

Entities

Filter by Entities

Collection of integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

Status

Filter by Status

byte

None.

StartDateUtcMin

Filter by StartDateUtcMin

date

None.

StartDateUtcMax

Filter by StartDateUtcMax

date

None.

StopDateUtcMin

Filter by StopDateUtcMin

date

None.

StopDateUtcMax

Filter by StopDateUtcMax

date

None.

StatusReason

Filter by StatusReason

string

None.

StatusReason2

Filter by StatusReason

string

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of WorkerBusinessUnitStatusDTOs

Collection of WorkerBusinessUnitStatusDTO
NameDescriptionTypeAdditional information
StatusID

The unique identifier for the worker's business unit's status record.

integer

None.

WorkerID

The unique identifier for the Worker record.

integer

None.

BUID

The unique identifier for the Business Unit.

integer

None.

BusinessUnitStatusID

The unique identifier for the business unit status record.

integer

None.

StartDateUtc

Start Date in UTC

date

None.

StopDateUtc

Stop Date in UTC

date

None.

StatusReason

Status Reason Input from code table entries where TableName is "Worker Statuses", ().

string

None.

StatusReason2

Additional Status Reason (StatusReason2) Input from code table entries where TableName is "Worker Statuses 2", ().

string

None.

StatusComments

Status Comments for the worker's business unit

string

None.

ReferralSource

The source of the referral for the business unit. Input from code table entries where TableName is "Referral Sources", ().

string

None.

RecordState

Record State,

RecordState

None.

Created

The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly.

AuditDataDTO

None.

LastUpdated

The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly.

AuditDataDTO

None.

StatusName

The name of the current status of the business unit.

string

None.

Summary

A summary of the worker's business unit status, which is the status name. This field is read-only.

string

None.