Skip to main content
GET
/
property-keys
/
{id}
/
options
List property options
curl --request GET \
  --url https://api.limitless.exchange/property-keys/{id}/options
[
  {
    "id": "<string>",
    "propertyKeyId": "<string>",
    "value": "<string>",
    "label": "<string>",
    "sortOrder": 123,
    "metadata": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "parentOptionId": "<string>"
  }
]
Omit parentId to fetch root-level options. Pass a parentId to fetch child options for hierarchical property structures.

Path Parameters

id
string
required

Property key ID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Query Parameters

parentId
string

Parent option ID for hierarchical filtering

Response

Property options retrieved successfully

id
string
required

Unique identifier of the property option

propertyKeyId
string
required

Property key ID this option belongs to

value
string
required

Value identifier for the option

label
string
required

Display label for the option

sortOrder
number
required

Sort order for the option

metadata
object
required

Additional metadata for the option

createdAt
string<date-time>
required

Creation timestamp

updatedAt
string<date-time>
required

Last update timestamp

parentOptionId
string | null

Parent option ID for hierarchical options