Skip to content

Execute

Contains all the information needed to execute an API component.

Properties

PropertyTypeDescription
component?stringThe name of the component you want to call, ie ‘App.connect’. (Only required if ‘secure’ is not set.)
echo?anyAn optional value that will be returned, verbatim, in the Result object.
parameters?object | object[]An object of parameters you want to pass to the component.
secure?string | string[]A an encrypted Execute object or array of Execute objects. (Only required if ‘component’ is not set.)