Formula APIs

Post /api/v202405/formula/validate

Operation: ValidateFormulaV202405

Check if a formula is valid in the context of the provided datapoint.
A formula is valid if the following are all true:

It is syntactically correct

It only calls allowed functions (including the custom function channel()”)

All channels referenced (using the channel() function) belong to this datapoint
and are real (not calculated) channels.