---
title: "GET /property/listProperties/{userId}"
method: GET
path: "/property/listProperties/{userId}"
tags: ["PropertyService"]
---

# GET /property/listProperties/{userId}

`GET /property/listProperties/{userId}`

## Path parameters

- `userId` string, required

## Response `200`

OK

- ListPropertiesResponse
  - `property` Property[]
    - `id` string
    - `name` string
    - `address` Address
      - `id` string
      - `lineOne` string
      - `lineTwo` string
      - `locality` string
      - `administrativeArea` string
      - `postalCode` string
      - `regionCode` string — Country like US or CA. NOTE: This is the country _code_ and not the full string name
      - `geoPoint` GeoPoint
        - `latitude` number, double
        - `longitude` number, double
      - `timezone` string
    - `entities` Entity[]
      - `id` string
      - `type` 'LOCATION' | 'WEATHER_STATION' | 'BASE_STATION' | 'LIGHTING_AREA', enum
    - `shared` boolean
    - `weatherStationId` string
    - `favorite` boolean
    - `ownerUserId` string

---

[API](https://skmtc.net/rach/apis/readme.md) · [All operations](https://skmtc.net/rach/apis/readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rach/readme/revisions/7cb72b0455d5/schema)
