GET Workers/Worker

Get workers

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.

WorkerIDs

Filter by WorkerIDs

Collection of integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

BusinessUnitStatuses

Filter by BusinessUnitStatuses

Collection of integer

None.

BusinessUnitStatusTypes

Filter by BusinessUnitStatuses Types

Collection of BusinessUnitStatusPropStatusType

None.

Groups

Filter by Group(s)

Collection of integer

None.

GroupStatuses

Filter by GroupStatuses

Collection of integer

None.

GroupStatusTypes

Filter by GroupStatuses Types

Collection of BusinessUnitStatusPropStatusType

None.

Area

Filter by Area

string

None.

JobTitle

Filter by JobTitle

string

None.

Name

Filter by Name

NameDTO

None.

BirthDateMin

Filter by BirthDateMin

date

None.

BirthDateMax

Filter by BirthDateMax

date

None.

ExcludeLinkedToUsers

Exclude workers which have been linked to users

boolean

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

BUCreatedDateUtcMin

Filter by Business Unit's CreatedDateUtcMin

date

None.

BUCreatedDateUtcMax

Filter by Business Unit's CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

BULastUpdatedDateUtcMin

Filter by Business Unit's LastUpdatedDateUtcMin

date

None.

BULastUpdatedDateUtcMax

Filter by Business Unit's LastUpdatedDateUtcMax

date

None.

IncludeBinaries

Include binaries

boolean

None.

Fields

Filter by Fields

Collection of FindExtensionCriteria

None.

EntityUserChangeLastUpdatedDateUtcMin

Filter by EntityUserChangeLastUpdatedOnMin

date

None.

EntityUserChangeCodes

Filter by EntityUserChangeCodes

Collection of string

None.

RoleIDs

Collection of integer

None.

NameSummary

string

None.

PartialDataType

Only return partial data to speed up call (results cannot be used for add/update)

PartialDataType

None.

Body Parameters

None.

Response Information

Resource Description

List of WorkerDTOs

Collection of WorkerDTO
NameDescriptionTypeAdditional information
WorkerID

The unique identifier for the Worker record (maps to EntityID).

integer

None.

Area

The Area of the Worker record. Input from code table entries where TableName is "Areas", ().

string

None.

Name

The full name of the Worker record,

NameDTO

None.

Addresses

The full address of the Worker record,

AddressesDTO

None.

BusinessUnits

The list of Business units attached to the Worker record,

Collection of WorkerBusinessUnitDTO

None.

Groups

The list of Groups attached to the Worker record,

Collection of WorkerGroupDTO

None.

Notifications

The list of Notifications attached to the Worker record,

Collection of WorkerNotificationDTO

None.

CommunicationMethods

The list of Communication Methods attached to the Worker record,

CommunicationMethodsDTO

None.

Extensions

The list of Form Data Extensions attached to the Worker record,

Collection of FormDataExtensionDto

None.

JobTitle

The Job Title of the Worker record. Input from code table entries where TableName is "Job Titles", ().

string

None.

MaritalStatus

The Marital Status of the Worker record. Input from code table entries where TableName is "Marital Statuses", ().

string

None.

Gender

The Gender of the Worker record. Input from code table entries where TableName is "Genders", ().

string

None.

BirthDate

The Birth Date of the Worker record.

date

None.

BirthMonth

The Birth Month of the Worker record.

byte

None.

BirthDay

The Birth Day of the Worker record.

byte

None.

IsBirthDateEstimated

Is the Worker Birth Date an Estimated value.

boolean

None.

TZIDEntryID

The Timezone (TZID) for the Worker record. Input from code table entries where TableName is "Timezones (TZID)", ().

integer

None.

WindowsTZEntryID

The Windows Timezone for the Worker record.

integer

None.

Props

A collection of additional properties for the Worker record.

Collection of Object

None.

Comments

Comments associated with the Worker record.

string

None.

RecordState

The Record state of the Worker record. .

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.

Summary

This field is read-only and is automatically set from the summary of the Workers name.

string

None.

ImageExists

This field is read-only and is derived from the existence of the ImageEntityFileID.

boolean

None.

ImageEntityFileID

The unique identifier for the Worker records Entity File of type EntityImage

integer

None.

ImageEntityFileKey

An encrypted representation of the Worker records ImageEntityFileID

string

None.

ImageEntityFileDateUtc

This field is derived from the FileDate of the Entity Image file associated with the Worker record. This field is read-only

date

None.

ImageEntityFileLastUpdatedDateUtc

This field is derived from the LastUpdateDateUtc of the Entity Image file associated with the Worker record. This field is read-only

date

None.

PartialData

The value of the PartialData used as the criteria when requesting the Worker record.

PartialDataType

None.