---
title: "GET /property/items"
method: GET
path: "/property/items"
tags: ["Configuration"]
---

# GET /property/items

`GET /property/items`

Retrieves multiple entities of Property type by its ids

## Query parameters

- `ids` integer[], required

## Response `200`

See definition

- Property[]
  - `id` integer
  - `name` string, required
  - `propertyType` 'Boolean' | 'Enum' | 'Integer' | 'String', required — Boolean, Enum, Integer, String
  - `enumOptions` string
  - `defaultValue` string

---

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