---
title: "List Properties"
method: GET
path: "/v1/public/properties/{object_name}"
tags: ["Properties"]
---

# List Properties

`GET /v1/public/properties/{object_name}`

## Path parameters

- `object_name` string, required

## Query parameters

- `workspace_id` string, nullable
- `custom_only` boolean
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- PublicPropertySchema[]
  - `id` string, required
  - `object` string, required
  - `name` string, nullable
  - `internal_name` string, nullable
  - `type` string, nullable
  - `is_custom` boolean, required
  - `immutable` boolean, required
  - `description` string, nullable
  - `number_format` string, nullable
  - `choice_values` union
    - object
    - string[]
  - `conditional_choice_mapping` object, nullable
  - `tag_values` string[], nullable
  - `unique` boolean, nullable
  - `required_field` boolean, nullable
  - `multiple_select` boolean, nullable
  - `show_badge` boolean, nullable
  - `badge_color` string, nullable
  - `order` integer, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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