StaticdeleteStaticdeleteDeletes a script folder. Deletes a script folder identified by the provided Id.
StaticgetGets a collection of script items. Gets a collection of script items identified by the provided Ids.
Optionaloptions: Options<GetItemScriptData, ThrowOnError>StaticgetGets a script by path. Gets a script identified by the provided file path.
StaticgetGets a script folder by path. Gets a script folder identified by the provided file path.
StaticgetGets a collection of ancestor script items. Gets a collection of script items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeScriptAncestorsData, ThrowOnError>StaticgetGets a collection of script tree child items. Gets a paginated collection of script tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeScriptChildrenData, ThrowOnError>StaticgetGets a collection of script items from the root of the tree. Gets a paginated collection of script items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeScriptRootData, ThrowOnError>StaticgetGets a collection of script tree sibling items. Gets a collection of script tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreeScriptSiblingsData, ThrowOnError>StaticpostCreates a new script. Creates a new script with the configuration specified in the request model.
Optionaloptions: Options<PostScriptData, ThrowOnError>StaticpostCreates a script folder. Creates a new script folder with the provided name and parent location.
Optionaloptions: Options<PostScriptFolderData, ThrowOnError>StaticputUpdates a script. Updates a script identified by the provided Id with the details from the request model.
StaticputRenames a script. Renames a script file to the specified new name.
Deletes a script. Deletes a script identified by the provided file path.