Validate a custom cdf for a stock report

In order to create a custom cdf the formula needs to be validated.

Notes:

  • Column is generated over the name, only with alphanumerical values and lower case. Special characters are replaced with underscore(_)
  • A valid formula could be a string concatenation.
  • A valid formula could be a math operation.
  • A valid formula is a list of objects that contains kind and value.
  • kind: cdf | separator | operator | operand | parenthesis.
  • value: It's the value of the cdf, separator, operator, operand or parenthesis.
  • Separator: Any value.
  • Operator: Valid operators.
  • Operand: Numeric values.
  • Parenthesis: ( or ).
Path Params
integer
required
≥ 1

Stock report id of the resource

Body Params
string
required
length ≥ 1

Report custom cdf name

formula
array of objects
required
formula*
string
enum
required

Report custom cdf kind

Allowed:
Headers
integer
required
≥ 1

Property id of the client

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json