def get_param_by_version(
    field: str,
    version: Union[str, int],
    api_key: Optional[str] = None,
) -> Any:

source code

Gets the parameter by version.

Arguments:

  • field - The field of the parameter to get.
  • version - The version of the parameter to get.
  • api_key - If specified, unify API key to be used. Defaults to the value in the

Returns:

The parameter by version.