Evaluate a value-expression

This method will be restricted in production, since it enables the caller to bypass security constraints and access confidential information and configurations.

Path Params
string
required

The name of the space (database) assigned to you.

Query Params
string

Optional Member Lookup Id, which sets the '_me.*' script variable

string

Optional Entity Lookup Id, which sets the '_this.*' script variable

string

Optional model that becomes available through the '_in.*' script variables. The format is attribute:value;attribute:value... Alternatively, if the model is large, it can instead be included as a Json object at the top of the body. To do this, set this attribute to the special word 'body' (no quotes), then include a Json model object at the very top of the body. The last curly bracket needs to be on a line of it's own (no spaces) to mark the end of the model and the beginning of the actual body expression.

string

Optional model that becomes available through the '_in.*' script variables. Model is a encoded JSON string.

boolean
Defaults to false

Sets the '_isNew' boolean within scripts, to tell that the record was created rather than updated

boolean
Defaults to false

Sets the '_isMemberNew' boolean within scripts, to tell that a new Member was created. Only set by Forms

string

The Dimensions under which the calling application operates. Format: {dim1}:{value1}[;{dim2}:{value2}[;...]]

Body Params
Response

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