---
title: "Returns a list of properties that fit a criteria."
method: GET
path: "/property/id"
tags: ["Property"]
---

# Returns a list of properties that fit a criteria.

`GET /property/id`

Get a list of property IDs within a specific geography that have a specific number of beds. Use orderby to choose how you want your results sorted.

## Query parameters

- `geoid` string
- `minBeds` string
- `maxBeds` string
- `orderby` 'calendardate' | 'publisheddate' | 'propertytype' | 'saleamt' | 'avmvalue' | 'assdttlvalue' | 'salesearchdate' | 'saletransactiondate' | 'beds' | 'bathstotal' | 'universalsize' | 'lotsize1' | 'lotsize2'

## Headers

- `apikey` string
- `accept` 'application/xml' | 'application/json'

## Response `200`

list of IDs for properties

## Other responses

- `403` — apikey invalid/missing
- `default` — unexpected error

---

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