GET Groups/BedMaximum

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

OnlyShowEffectiveMaximums

Include records where StopDateUtc is null

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

BedMaximumIDs

Filter by BedMaximumIDs

Collection of integer

None.

BedID

Filter by BedID

integer

None.

GroupMaximumID

Filter by GroupMaximumID

integer

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.

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 BedMaximumDTOs

Collection of BedMaximumDTO
NameDescriptionTypeAdditional information
BedMaximumID

Bed Maximum ID

integer

None.

BedID

Bed ID

integer

None.

GroupMaximumID

Group Maximum ID

integer

None.

MaximumRadAmount

Maximum Rad Amount

decimal number

None.

MinimumRadAmount

Minimum Rad Amount

decimal number

None.

StartDateUtc

Start Date Utc

date

None.

StopDateUtc

Stop Date Utc

date

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

GroupMaximum

GroupMaximumDTO

None.

Summary

Summary

string

None.