an empty scriptType export template
Export all scriptTypes. The response can be saved to file as is.
Promise resolving to a ScriptTypeExportInterface object.
Import script types
script type import data
Optional
scriptTypeId: stringOptional script type id. If supplied, only the script type of that id is imported. Takes priority over scriptTypeUrl if both are provided.
the imported script types
Read scriptType by id
ScriptType id
a promise that resolves to a scriptType object
Read all scriptTypes.
a promise that resolves to an array of scriptType objects
Update script type
script type id
script type data
a promise resolving to a script type object
Create an empty scriptType export template