ScriptResponse
public class ScriptResponse : IHaveDisplayableObjectIdentifier, IHaveMetaAndActions, IHaveMeta, IHaveActions
Represents the results of a read operation on a script.
Gets or sets a list of RESTful operations that a user has permissions to perform on the script.
Gets or sets a string used to define the script type.
Gets or sets the ArtifactID and name of the user who created the script.
Gets or sets the date and time when the object type was added to Relativity.
Gets or sets the description of the script.
Gets or sets the display type of the script.
Gets or sets whether or not the UI should display a warning before running the script.
Gets or sets whether the script is imported from the admin script library.
Gets or sets the value used to lock a script within Relativity. A locked script cannot be modified
Gets or sets the ArtifactID and name of the user who recently updated the script.
Gets or sets the date and time when the object type was most recently updated.
Gets or sets a list of unsupported and read-only properties on the current script.
Gets or sets the ArtifactID, Name, and GUID of the script.
Gets or sets a list of identifiers of associated Relativity Applications for the script.
Gets or sets a custom page URL that can be used to create new tabs for displaying scripts of the same category.
Gets or sets the body of the script that will be executed. It must include the name property.
Gets or sets the internal script version.
public ScriptResponse()