---
title: "List Portfolio Property Options"
method: GET
path: "/portfolio_property_options"
tags: ["Portfolio Property Options"]
---

# List Portfolio Property Options

`GET /portfolio_property_options`

Returns the list of options for a given portfolio property.

Options are used by `select` and `multiselect` portfolio properties to define the allowed values.

## Query parameters

- `portfolio_property_id` string, uuid, required
- `label` string

## Response `200`

Successfully retrieved portfolio property options

- object
  - `portfolio_property_options` PortfolioPropertyOption[]
    - `id` string, uuid, required — Unique identifier for the portfolio property option
    - `label` string, required — Human-readable label for the option
    - `portfolio_property_id` string, uuid, required — ID of the portfolio property this option belongs to

## Other responses

- `400` — Bad Request - The request is invalid or malformed
- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - The authenticated user does not have access to the requested resource
- `429` — Too Many Requests - Rate limit exceeded

---

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