---
title: "Fetch many properties."
method: GET
path: "/v2/properties"
tags: ["Properties"]
---

# Fetch many properties.

`GET /v2/properties`

## Query parameters

- `payment_method_id` integer, nullable
- `availability_start_date` string, date-time, nullable
- `availability_end_date` string, date-time, nullable
- `active` boolean, nullable
- `include_tags` boolean
- `include_fields` boolean
- `include_listing_numbers` boolean

## Response `200`

A pageable list of property models.

- PageableListOfPropertyViewModel — Represents a single page plus meta data for a collection of records.
  - `items` PropertyViewModel[] — The subset of records for the current page in the collection.
    - `id` integer — The ID of this record.
    - `fields` FieldValueModel[] — A collection of field names and values.
      - `code` string
      - `value` string
    - `tags` string[] — A collection of tag names.
    - `active` boolean — The property status.
    - `address` AddressModel
      - `id` integer — The ID of this record.
      - `city` string
      - `country` string
      - `is_default` boolean
      - `postal_code` string
      - `province` string
      - `state` string
      - `street1` string
      - `street2` string
      - `type` 'home' | 'work' | 'other'
    - `bathrooms` integer — The total number of full and half bathrooms at this property.
    - `bathrooms_full` integer — The number of full bathrooms at this property.
    - `bathrooms_half` integer — The number of half bathrooms at this property.
    - `bedrooms` integer — The number of bedrooms at this property.
    - `check_in` string — Check-in Start time rule for the property (hh:mm formatted).
    - `check_in_end` string — Check-in End time rule for the property (hh:mm formatted).
    - `check_out` string — Check-out time rule for the property (hh:mm formatted).
    - `currency_code` string — The currency used for transactions by this property.
    - `display_order` integer, nullable — The internal property display order.
    - `external_display_order` integer, nullable — The external property display order.
    - `external_name` string — The external property display name.
    - `internal_code` string — The internal property identification code.
    - `is_snoozed` boolean — Whether the property is snoozed.
    - `key` string, guid — A globally unique ID for this property.
    - `latitude` number, nullable — The property latitude.
    - `listing_numbers` object — The collection of listing sites and the associated account token.
    - `living_area` integer, nullable — The numerical value for the living area of this property.
    - `living_area_type` string — The unit type for living area, either sq. ft. or m².
    - `longitude` number, nullable — The property longitude.
    - `max_adults` integer, nullable — The max number of adults allowed at this property, null to use max guests.
    - `max_children` integer, nullable — The max number of children allowed at this property, null to use max guests and 0 if not allowed.
    - `max_guests` integer — The max number of guests allowed at this property.
    - `max_pets` integer, nullable — The max number of pets allowed at this property, null for any number and 0 if not allowed.
    - `name` string — The internal property display name.
    - `owner_id` integer, nullable — The property owner id.
    - `property_type` 'apartment' | 'barn' | 'boat' | 'bungalow' | 'cabin' | 'castle' | 'chalet' | 'chateau' | 'condo' | 'cottage' | 'estate' | 'farmhouse' | 'hotel' | 'house' | 'house_boat' | 'lodge' | 'mill' | 'mobile_home' | 'recreational_vehicle' | 'studio' | 'tower' | 'townhome' | 'villa' | 'yacht' | 'bed_and_breakfast' | 'building' | 'campground' | 'caravan' | 'chacara' | 'corporate_apartment' | 'guest_house' | 'hostel' | 'mas' | 'resort' | 'riad' | 'suite' | 'beach_hut' | 'boathouse' | 'cave_house' | 'converted_chapel' | 'finca' | 'fort' | 'gite' | 'hotel_apartment' | 'light_house' | 'log_cabin' | 'manor_house' | 'narrowboat' | 'pent_house' | 'room' | 'shepherds_hut' | 'ski_chalet' | 'tent' | 'tipi' | 'tree_house' | 'trullo' | 'watermill' | 'windmill' | 'yurt' | 'aparthotel' | 'boutique_hotel' | 'casa_particular' | 'cycladic_house' | 'dammuso' | 'dome_house' | 'earthhouse' | 'farmstay' | 'guest_suite' | 'heritage_hotel' | 'hut' | 'igloo' | 'island' | 'loft' | 'minsu' | 'pension' | 'plane' | 'ryokan' | 'serviced_apartment' | 'tiny_house' | 'train' | 'ranch' | 'holiday_park' | 'religious_building' | 'shipping_container' | 'kezhan' | 'pousada' | 'camping' | 'inn' | 'motel' | 'homestay' | 'holiday_home' | 'country_house'
    - `public_url` string — The public property website URL.
    - `thumbnail_url` string — A small thumbnail photo for this property.
    - `thumbnail_url_large` string — A large thumbnail photo for this property.
    - `thumbnail_url_medium` string — A medium thumbnail photo for this property.
    - `time_zone` string — The property's time zone in IANA Time Zone format. If null, the user's time zone should be used as a fallback.
  - `limit` integer — The maximum number of records per page.
  - `next_page_url` string — URL to fetch the next page of records. A null value indicates that there are no more pages in the collection.
  - `offset` integer — The current offset from the start of the collection.
  - `count` integer — The total number of records in the collection.

---

[API](https://skmtc.net/ownerrez/apis/ownerrez-api.md) · [All operations](https://skmtc.net/ownerrez/apis/ownerrez-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ownerrez/ownerrez-api/versions/fa0c0f146039/schema)
