| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Overview
Retrieves the list of valid code values for a specific coded/lookup field on a domain entity. Use this endpoint to discover the allowed values for fields where NeedsLookup or IsCodeList is true (as reported by the /{domain}/Fields endpoint). This is useful for populating dropdown or selection fields correctly when inserting or updating records.
GET /api/Claim/Codes?fieldName=Custom2Code
Ex: Returns all valid code values for the Custom2Code field on the Claim domain.
Results are paginated (default 100 per page, max 100) and can be filtered using either a simple text search or the Origami Advanced Search syntax. Optionally, pagination metadata (total count, total pages) can be included in the response, though this may impact performance on large code lists.