---
title: "GET /properties"
method: GET
path: "/properties"
tags: ["properties"]
---

# GET /properties

`GET /properties`

## Query parameters

- `id` string, uuid
- `created_at` string, timestamp with time zone
- `name` string, text
- `type` string, public.property_type_enum
- `updated_at` string, timestamp with time zone
- `is_visible` string, boolean
- `order` string, bigint
- `budget_id` string, uuid
- `columns` string, jsonb
- `is_immutable` string, boolean
- `options` string, jsonb
- `table_id` string, uuid
- `currency` string, text
- `number_format` string, public.number_format_enum
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- Properties[]
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `name` string, text
  - `type` 'text' | 'select' | 'number' | 'user' | 'link' | 'date' | 'checkbox' | 'column', public.property_type_enum
  - `updated_at` string, timestamp with time zone
  - `is_visible` boolean
  - `order` integer
  - `budget_id` string, uuid — Note: This is a Foreign Key to `budgets.id`.<fk table='budgets' column='id'/>
  - `columns` unknown
  - `is_immutable` boolean
  - `options` unknown
  - `table_id` string, uuid — Note: This is a Foreign Key to `tables.id`.<fk table='tables' column='id'/>
  - `currency` string, text
  - `number_format` 'number' | 'currency', public.number_format_enum

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
