Internet Script Editor API
The Internet Script Editor API indicates whether Internet Script Editor is enabled. If Internet Script Editor is enabled in Web Setup, the API displays the download link in the format https://<server>/install/iScriptEditor.exe.
URL
/internetscripteditorOperations
-
get: Returns whether Internet Script Editor is enabled and a download link.
Parameters
-
enabled: Indicates whether Internet Script Editor is enabled in Web Setup. True or false.
-
downloadLink: The download link for Internet Script Editor. This link appears only when the enabled parameter is true.
Example Get Response
<internetScriptEditor>
<enabled>true</enabled>
<downloadLink>https://10.10.10.207/install/iScriptEditor.exe</downloadLink>
</internetScriptEditor>