| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Overview
Retrieves the latest standardized configuration package from a central content repository. This endpoint provides automated access to industry-standard data (forms, codes, lookup values, and rules) maintained by insurance rating bureaus, allowing your system to stay synchronized with the latest updates without manual imports.
Purpose
Insurance rating bureaus (ISO for commercial lines, Workers' Compensation bureaus for WC) regularly publish updates to standard forms, coverage definitions, state-specific codes, and calculation rules. This endpoint enables automated retrieval of these updates in a machine-readable format, eliminating the need for manual data entry or file imports.
How It Works
The endpoint returns a JSON data package containing database records, configuration settings, and reference data that can be imported into your Origami instance. Each package is versioned and goes through a release lifecycle (Test → Production) before being made available. The endpoint automatically returns the latest version matching your specified criteria.
Typical Use Case
Implement a scheduled background job (nightly or weekly) that calls this endpoint, compares the returned version number to your last applied version, and automatically imports any new updates. This keeps your system current with bureau standards without manual intervention—hence "silent migration."
Who Should Use This
This endpoint is intended for:
System integrators building automated synchronization processes
DevOps teams maintaining Origami deployments
Administrators managing bureau content compliance
Your Origami account must be configured with the Origami.ImportRatingRepositories setting to enable this functionality.
200