# Custom Field Choices

Custom Field Choices are possible values for `'single'` and `'multi'` type custom fields.

## Fetching a list of Custom Field Choices

 - [GET /custom_field_choices](https://developer.kantata.com/kantata/specification/custom-field-choices/get-custom-field-choices.md): Returns all possible choices for all 'single' and 'multi' type custom fields on the requester's account.

This endpoint returns structured Custom Field Choice objects.
As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array
and will be indexed by ID in the custom_field_choices top-level JSON key.
Please see our Response Format section for more information.

