v3

latestOpenAPI 3.1.02026-08-04394216477.7 KB
admin-criteria

Validate Formula Endpoint

Compile-check a formula against an object's field metadata.

When object_type is provided, the formula is validated against the object's declared fields so unknown field references are flagged up-front. Otherwise the check is purely syntactic (operators, keywords, literals).

post/api/v1/admin/criteria/validate-formula

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

formulastring required
object_typestring nullable

Response

Successful Response

validboolean required
errorstring nullable