Gets a custom script by id.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library
The ID of the custom script.
A ApiCustomScript response
Whether the script will be executed as an asynchronous task (JAVA only - Default: false)
The script code by method/function identifier
The time at which the custom script was created (read-only field)
The ID of the custom script (read-only field)
The full list of imports used in the script (JAVA only)
The language of the script which depends on the type (read-only field)
JAVA, JAVASCRIPT The last time the custom script was modified by anyone (read-only field)
The ID of the library (read-only field)
The name of the custom script, unique within a library
The list of arbitrary parameters that can be used in the script code
Whether the script is a predefined read-only script - (read-only field)
The permission context in which the script will be executed (JAVA only - Possible values: RUN_AS_SYSTEM, RUN_AS_USER - Default: RUN_AS_USER)
RUN_AS_SYSTEM, RUN_AS_USER The type of the script, set during creation (Possible values: RELATION_FILTER, RELATION_RENDER, UPDATE, VIEWER, WORKFLOW_TRANSITION, REMINDER_CONDITION). Affects available methods.
RELATION_FILTER, RELATION_RENDER, UPDATE, VIEWER, WORKFLOW_TRANSITION, REMINDER_CONDITION