GET Groups/Bed
Get beds from criteria
Request Information
URI Parameters
Name | Description | Type | Additional 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. |
BedIDs |
Filter by BedIDs |
Collection of integer |
None. |
RootGroupID |
Filter by GroupID |
integer |
None. |
ParentGroupID |
Filter by ParentGroupID |
integer |
None. |
ListGroupID |
Filter by ListGroupID |
integer |
None. |
BusinessUnits |
Filter by BusinessUnits |
Collection of integer |
None. |
BedName |
Filter by BedName |
string |
None. |
ExceptBedID |
Filter out by BedID |
integer |
None. |
MaxRows |
Limit number of rows |
integer |
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. |
BedStatusStartDateUtc |
Filter by BedStatusStartDateUtc |
date |
None. |
BedStatusStopDateUtc |
Filter by BedStatusStopDateUtc |
date |
None. |
BedStatusTypes |
Filter by BedStatusTypes |
Collection of BedStatusType |
None. |
BathroomsCount |
Prop bathrooms |
integer |
None. |
ExtraServices |
Prop extra services |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
List of BedDTOs
Collection of BedDTOName | Description | Type | Additional information |
---|---|---|---|
BedID |
Bed ID |
integer |
None. |
RootGroupID |
Group ID |
integer |
None. |
ParentGroupID |
Parent Group ID |
integer |
None. |
BedName |
Bed Name |
string |
None. |
BedLocation |
Bed Location |
string |
None. |
Comments |
Comments |
string |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
RecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
BathroomsCount |
Prop bathrooms |
integer |
None. |
ExtraServices |
Prop extra services |
boolean |
None. |
RoomType |
Extra Services Room Type |
string |
None. |
RoomCategoryEntryID |
Room Category code table entryID |
integer |
None. |
RoomCategoryEntryDescription |
Room Category code table description |
string |
None. |
MaximumRadAmount |
Maximum Rad Amount |
decimal number |
None. |
MinimumRadAmount |
Minimum Rad Amountbeddto |
decimal number |
None. |
OtherPrices |
List of Other Prices |
Collection of Object |
None. |
Summary |
Summary |
string |
None. |