Skip to Content

POST /field/get

Get Field

Get field information using the canonical shared field operation.

Request Body (GetFieldApiRequest)

FieldTypeRequiredDescription
idstringNoField UUID to retrieve
field_idstringNoUUID of the field to retrieve
draft_idstringNoUUID of the draft to load
snapshot_keystringNoCache snapshot key for consistent reads across related requests
namesapp__infra__field__types__SectionFilterNoFilter options for names section
descriptionsapp__infra__field__types__SectionFilterNoFilter options for descriptions section
flagsapp__infra__field__types__SectionFilterNoFilter options for flags section
departmentsapp__infra__field__types__SectionFilterNoFilter options for departments section
conditional_parametersapp__infra__field__types__SectionFilterNoFilter options for conditional parameters section
descriptions_searchstringNoSearch query for description resources
conditional_parameter_searchstringNoSearch query for conditional parameters
conditional_parameter_show_selectedbooleanNoWhether to show only selected parameters

Response (GetFieldApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the acting user
field_existsbooleanNoWhether the field exists
can_editbooleanNoWhether the actor can edit this field
disabled_reasonstringNoReason editing is disabled, if any
group_idstringNoGroup UUID for draft collaboration
draft_namestringNoImmutable draft label from the active draft entry, when a draft_id was supplied. None for non-draft fetches.
show_ai_generatebooleanNoWhether to show AI generate button anywhere
basic_show_ai_generatebooleanNoWhether to show AI generate button
pending_idsstring[]NoPending resource identifiers when available
namesFieldNameResource[]NoName resources
descriptionsFieldDescriptionResource[]NoDescription resources
flagsFieldFlagResource[]NoFlag resources (one per flags_resource row, value=true/false)
departmentsFieldDepartmentResource[]NoDepartment resources
conditional_parametersFieldConditionalParameterResource[]NoConditional parameter resources
Last updated on