v15

latestOpenAPI 3.0.1Apache 2.02026-08-04342207564.3 KB
Macros

Executes a macro.

Runs a specified macro on a specified list of items ("list" variable in the macro code). The list of items can be empty if the macro doesn't use it. Additional custom parameters can be provided to the macro when necessary ("params" variable in the macro code).

<BR>Note: Macros that support parameters can be also run from GUI (Views in Home Portal),so they should also handle the empty parameters map (e.g. by defining default values when parameters are not provided).

post/macros/{macroId}/run

Path parameters

macroIdinteger required

macro internal identifier

Response

Success