List Configuration Rating Fields
Configuration Rating Fields
List Configuration Rating Fields
Returns a paginated list of rating input fields for the company.
Only returns rating fields — entity fields (events, insureds, policies)
are managed through /configuration/fields endpoints.
Filtering:
id- Filter by field ID (single UUID or array)entityType- Filter by entity type (e.g., “policies”, “dealership”)
Sorting:
createdAt(default),updatedAt
Required permission: company:read
GET
List Configuration Rating Fields
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Query Parameters
Filter by field ID (single UUID or array of UUIDs)
Filter by entity type (e.g., "policies", "dealership", "company")
Field to sort by (default createdAt)
Available options:
createdAt, updatedAt Sort direction (default desc)
Available options:
asc, desc Page number (1-based, default 1, page size 50)
Required range:
x >= 1