Skip to Content

POST /parameter/get

Get Parameter

Get parameter information using the canonical shared parameter operation.

Request Body (GetParameterApiRequest)

FieldTypeRequiredDescription
idstringNoParameter unique identifier
parameter_idstringNoLegacy alias for parameter unique identifier
draft_idstringNoDraft unique identifier
snapshot_keystringNoCache snapshot key for consistent reads across related requests
namesapp__infra__parameter__types__SectionFilterNoFilter options for names section
descriptionsapp__infra__parameter__types__SectionFilterNoFilter options for descriptions section
flagsapp__infra__parameter__types__SectionFilterNoFilter options for flags section
departmentsapp__infra__parameter__types__SectionFilterNoFilter options for departments section
parameter_fieldsapp__infra__parameter__types__SectionFilterNoFilter options for parameter fields section
fieldsapp__infra__parameter__types__SectionFilterNoLegacy alias for parameter_fields

Response (GetParameterApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current actor
parameter_existsbooleanNoWhether the parameter exists
can_editbooleanNoWhether the current user can edit
disabled_reasonstringNoReason editing is disabled
group_idstringNoGroup identifier for the parameter
draft_namestringNoImmutable draft label from the active draft entry, when a draft_id was supplied. None for non-draft fetches.
show_ai_generatebooleanNoShow AI generate if any resource supports it
basic_show_ai_generatebooleanNoShow AI generate for basic step
fields_step_show_ai_generatebooleanNoShow AI generate for fields step
pending_idsstring[]NoPending resource identifiers when available
namesParameterNameResource[]NoName resources
descriptionsParameterDescriptionResource[]NoDescription resources
flagsParameterFlagResource[]NoFlag configs
departmentsParameterDepartmentResource[]NoDepartment resources
parameter_fieldsParameterFieldResource[]NoParameter field resources
Last updated on