Returns the current date's housekeeping information The housekeeping status is calculated basing on the set of fields roomOccupied | roomCondition | roomInspected | roomBlocked | vacantPickup | roomBlocked | refusedService The available statuses are: Vacant and Dirty (VD): false | “dirty” | false | false | false | false | false Occupied and Dirty (OD): true | “dirty” | false | false | false | false | false Vacant and Clean (VC): false | “clean” | false | false | false | false | false Occupied and Clean (OC): true | “clean” | false | false | false | false | false Occupied and Clean Inspected (OCI): true | “clean” | true | false | false | false | false Vacant and Clean Inspected (VCI): false | “clean” | true | false | false | false | false Do Not Disturb (DND): if doNotDisturb is true Refused Service (RS): if refusedService is true Out of Order (OOO): if roomBlocked is true Vacant and Pickup (VP): if vacantPickup is true
get https://api.cloudbeds.com/api/v1.2/getHousekeepingStatus