---
title: "Tree Preservation Orders Around the Property"
method: GET
path: "/property/{propertyID}/tpo"
tags: ["Property"]
---

# Tree Preservation Orders Around the Property

`GET /property/{propertyID}/tpo`

## Path parameters

- `propertyID` integer, required

## Headers

- `SPRIFT-API-KEY` string, required

## Response `200`

Tree Preservation Order List

- InlineResponse2008
  - `status` boolean
  - `tpo` InlineResponse2008Tpo[]
    - `latitude` number
    - `longitude` number
    - `species` string
    - `order` string
    - `polygon` array[]
      - array[]
        - number[]

---

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