Administrator
- Administrator
- All Products
/saas/api/v2/expression/validate
Field
| Type
| Required
| Description
|
---|---|---|---|
expr
| String
| Yes
| The expression to validate.
|
connectionId
| String
| Yes
| Connection ID.
|
objectName
| String
| Yes
| Name of the source or target object.
|
isSourceType
| Boolean
| Yes
| Whether the expression is for a source object. Values are True or False.
|
POST <serverURL>/api/v2/expression/validate Content-Type: application/json Accept: application/json { "@type":"expressionValidation", "expr":"REPVERSION", "connectionId":"0000010B000000000004", "objectName":"OPB_REPOSIT", "isSourceType":true }