For the complete documentation index, see llms.txt. This page is also available as Markdown.

App Scripting Proxy

Scripting proxy configuration

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

appIdentifierstring · uuidRequired

Identifier der App

triggerIdstring · max: 255Required

Trigger zur Ausführung des Skripts

scriptstring · max: 2147483647Optional

Das auszuführende Skript (wenn scriptModuleRef nicht gesetzt ist)

get/cmn/system/app-scripting-proxy/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

appIdentifierstring · uuidRequired

Identifier der App

triggerIdstring · max: 255Required

Trigger zur Ausführung des Skripts

scriptstring · max: 2147483647Optional

Das auszuführende Skript (wenn scriptModuleRef nicht gesetzt ist)

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

appIdentifierstring · uuidRequired

Identifier der App

triggerIdstring · max: 255Required

Trigger zur Ausführung des Skripts

scriptstring · max: 2147483647Optional

Das auszuführende Skript (wenn scriptModuleRef nicht gesetzt ist)

put/cmn/system/app-scripting-proxy/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/cmn/system/app-scripting-proxy/{id}
post
Path parameters
appIdentifierstring · uuidRequired
triggerIdstringRequired
Query parameters
sessionIdstringRequired
Body
anyOptional

Search-Dialog

Responses
200

OK

application/json
anyOptional

Search-Dialog

post/cmn/system/app-scripting-proxy/{appIdentifier}/{triggerId}
200

OK

No content

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

appIdentifierstring · uuidRequired

Identifier der App

triggerIdstring · max: 255Required

Trigger zur Ausführung des Skripts

scriptstring · max: 2147483647Optional

Das auszuführende Skript (wenn scriptModuleRef nicht gesetzt ist)

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

appIdentifierstring · uuidRequired

Identifier der App

triggerIdstring · max: 255Required

Trigger zur Ausführung des Skripts

scriptstring · max: 2147483647Optional

Das auszuführende Skript (wenn scriptModuleRef nicht gesetzt ist)

post/cmn/system/app-scripting-proxy

Last updated

Was this helpful?