---
title: "GET /property/findPropertyByEntity"
method: GET
path: "/property/findPropertyByEntity"
tags: ["PropertyService"]
---

# GET /property/findPropertyByEntity

`GET /property/findPropertyByEntity`

Resolve the property for a given entity ID. Provide only one entity ID.

## Query parameters

- `resource_id.location_id` string
- `resource_id.base_station_id` string
- `resource_id.lighting_area_id` string

## Response `200`

OK

- FindPropertyByEntityResponse
  - `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)
