GET api/BedCleaning/bedcleaningrequeststatus?spaceID={spaceID}&bedNumber={bedNumber}

Retrieves the status of a room

Request Information

URI Parameters

NameDescriptionTypeAdditional information
spaceID

The ID of the room

integer

Required

bedNumber

The bed number within the room. This must be numeric only.

integer

Required

Body Parameters

None.

Response Information

Resource Description

1 if Stat/Dirty, 2 if Routine/Dirty, 3 if In Progress, 4 if Cancelled or Cleaned, 5 in all other cases or if the request is not found

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>