get
https://{environment}.origamirisk.com/OrigamiApi/api/MetaData/RateTables/SelectList
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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:
- Options change based on rate table context (which carrier, what date, which state)
- 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
SelectFieldTokenin 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
Optionsproperty) - ❌ Fields without a
SelectFieldToken - ❌ Lookups that aren't rate table based