List Custom Property Select Values
kaiten_list_custom_property_select_valuesRetrieve valid select or multi-select values for a custom property before updating a card, ensuring only allowed options are used.
Instructions
Get the valid select / multi_select values for a custom property. Use this BEFORE writing the properties map via kaiten_update_card for any select / multi_select field — passing arbitrary integers will either fail or silently misassign. propertyId comes from kaiten_list_custom_properties (filter results by type='select' or type='multi_select'). Returns id, value (the display label), color, sort_order, condition. IMPORTANT: if the property exists but is not a select-type, the endpoint returns an empty array (not 400), so check the property type first. 404 means the propertyId is not in your company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbosity | No | Detail: raw|min(default)|normal|max | min |
| propertyId | Yes | Custom property ID (from kaiten_list_custom_properties; only select/multi_select types have values) |