Get Valid Codes in Drop Down List

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Returns dropdown options (select list items) for fields that use rate tables as their data source. This endpoint is specifically designed for populating dependent dropdowns where the available options depend on:

  • Rate table context (rate table set, effective date, carrier, state)
  • The specific rate table configuration for the field
  • Optional values from other fields (dependencies)

What is a Rate Table Select List? Many insurance forms have dropdown fields whose options come from rate tables rather than fixed lists. For example:

  • Territory codes based on zip code and state
  • ISO Construction Codes based on building characteristics
  • Rate class codes based on business type and operations
  • Coverage options that vary by carrier and effective date

These dropdowns are dependent because:

  1. Options change based on rate table context (which carrier, what date, which state)
  2. Options may filter based on other field values (e.g., territory depends on zip code)

Why This Endpoint Exists: Rate table data is versioned and varies by carrier, effective date, and state. This endpoint resolves the correct rate table version and returns the appropriate options for the current context.

When to Use This Endpoint

Use RateTables/SelectList when:

  • ✅ You have a field with SelectFieldToken in its metadata
  • ✅ Populating a dropdown that sources from a rate table
  • ✅ The dropdown options depend on rate table context or other field values
  • ✅ Building dependent dropdowns where options change based on user input

Do NOT use this endpoint for:

  • ❌ Static dropdown options (these are provided directly in field metadata via Options property)
  • ❌ Fields without a SelectFieldToken
  • ❌ Lookups that aren't rate table based

Query Params
string
required

This is an encrypted token containing rate table context (RateTableSetID, EffectiveDate, CarrierID, StateID).

This value that would have been included in the response payload of a prior MetaData lookup:

/api/MetaData/FormFields
/api/MetaData/ProposalFields
/api/MetaData/ProposalCoverageFields
/api/MetaData/ProposalScheduleFields
string
required

This is an encrypted token containing the rate table configuration (which table, which column, match keys, etc).

This value that would have been included in the response payload of a prior MetaData lookup:

/api/MetaData/FormFields
/api/MetaData/ProposalFields
/api/MetaData/ProposalCoverageFields
/api/MetaData/ProposalScheduleFields
dependentFieldValues
array of strings

Array of values from other fields that this dropdown depends on. Order must match the SelectDependentFields array from field metadata.

dependentFieldValues
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json