Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.prequel.co/actions/test-expr \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "data": "<string>", "expr": "<string>" } '
{ "status": "<string>", "data": { "result": "<unknown>", "error": "<string>" }, "message": "<string>" }
Test an expression.
The data to use for the expression evaluation.
The expression to evaluate.
OK
"success"
Show child attributes