Portfolio Property Options

List 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.

get/portfolio_property_options

Query parameters

portfolio_property_idstring uuid required

ID of the portfolio property whose options you want to list

labelstring

Optional label to filter options by (case-insensitive match)

Response

Successfully retrieved portfolio property options

Example response

{
  "portfolio_property_options": [
    {
      "id": "ec5252fe-9abc-4096-85e9-1374e70a3182",
      "label": "Option A",
      "portfolio_property_id": "cad09a10-73e8-4205-ae67-4e6156f37be8"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.