Objects

Execute script within context of given object

post/v1/objects/{object-id}/execute-script

Path parameters

object-idinteger required

Request body

parametersstring[]

Optional list of parameters to be passed to the script

resultAsMapboolean

If true, result will always be presented as a map (JSON object)

scriptstring

Source code of the script

Response

Script executed successfully

Changes