GET Groups/BedGroup

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

IncludeSubGroups

Include all the SubGroup

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

BedIDs

Filter by BedIDs

Collection of integer

None.

GroupIDs

Filter by GroupIDs

Collection of integer

None.

RootGroupIDs

Filter by RootGroupIDs

Collection of integer

None.

GroupName

Filter by Group Name

string

None.

BedName

Filter by Bed Name

string

None.

Type

Filter by Type

BedGroupType

None.

MaxRows

Limit number of rows

integer

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

BUIDs

Filter by LastUpdatedDateUtcMax

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

List of BedGroupDTOs

Collection of BedGroupDTO
NameDescriptionTypeAdditional information
BedID

Bed ID

integer

None.

GroupID

Group ID

integer

None.

Type

Type

BedGroupType

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

BedComments

Comments for Bed

string

None.

Summary

Summary

string

None.

BedName

Bed Name

string

None.

BedLocation

Bed Location

string

None.

GroupName

Group Name

string

None.