POST /field/search
Search Field
Search fields — composable infra architecture.
Request Body (SearchFieldApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
search | string | No | — |
parameter_ids | string[] | No | — |
persona_ids | string[] | No | — |
filter_department_ids | string[] | No | — |
parameter_search | string | No | — |
persona_search | string | No | — |
department_search | string | No | — |
page_size | integer | No | — |
page_offset | integer | No | — |
snapshot_key | string | No | Cache snapshot key for consistent reads across related requests |
Response (ListFieldApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
actor_name | string | No | Display name of the acting user |
fields | ListFieldApiField[] | No | List of field items |
parameter_filter | ListFilterSection | No | Filter options for parameters |
persona_filter | ListFilterSection | No | Filter options for personas |
department_filter | ListFilterSection | No | Filter options for departments |
flag_filter | ListFilterSection | No | Filter options for flags in list UI |
total_count | integer | No | Total number of fields |
import_fields | ImportField[] | No | CSV import column schema for the bulk-import dialog |
Last updated on