---
title: "Get available property rules"
method: GET
path: "/api/v3.3/available-property-rules"
tags: ["Available Property Rules"]
---

# Get available property rules

`GET /api/v3.3/available-property-rules`

Finds available property rules for either a property or a hotel - one of the query 'propertyUid' and 'hotelUid' must be supplied. A request containing none of the parameters or both of them will fail with 400 status.

## Query parameters

- `propertyUid` string
- `hotelUid` string

## Response `default`

default response

- AvailablePropertyRulesApiResponseWrapper
  - `availablePropertyRules` AvailablePropertyRuleApi3Dto[]
    - `rule` 'ALLOWS_PETS' | 'ALLOWS_PETS_BY_ARRANGEMENT' | 'CHILDREN_NOT_ALLOWED' | 'INFANT_NOT_ALLOWED' | 'ALLOWS_SMOKING' | 'IS_FAMILY_FRIENDLY' | 'IS_EVENT_FRIENDLY'
    - `channels` object
  - `_metadata` Api3ResponseMetadata
    - `count` integer
    - `totalCount` integer

## Other responses

- `400` — When none or both 'propertyUid' and 'hotelUid' query parameters are supplied

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
