Creates a new instance of DriveWorksLiveClient.
The url of the Integration Theme host to utilize when sending requests via the DriveWorksLiveClient.
The optional configuration settings that the DriveWorksLiveClient should use.
Gets the url of the Integration Theme host.
Gets the DriveWorksLiveClientConfig for the DriveWorksLiveClient.
Gets the persistent connection to the Live server.
Gets the method in which downloads should be authenticated.
Gets the function to call when an error response is received from the server.
Return True to skip default response handling.
Sets the function to call when an error response is received from the server.
Return True to skip default response handling.
Gets the function to call when a successful response is received from the server.
Sets the function to call when a successful response is received from the server.
Gets the unique id associated with the current user session created through the DriveWorksLiveClient.
Adds a new child specification from the chosen project to a Child Specification List control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Child Specification List control.
The name of the project that the child specification will be created from.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Adds an item with the specified form name to an Item List control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Item List control.
The name of the form that the added dialog will show.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Cancels a specification.
The alias of the group that the specification belongs to.
The unique identifier of the specification to cancel.
Copies an item from an Item List control with the specified form name.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Item List control.
The name of the form which represents the type of item to copy.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Starts a new specification from the project and group and returns a new Specification.
The alias of the group that the project belongs to.
The name of the project to start a specification from.
Returns a new Specification based on the supplied specification id.
The alias of the group that the specification belongs to.
The unique identifier of the specification.
Deletes the currently selected item from an Item List control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Item List control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Edits an item from an Item List control with the specified form name.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Item List control.
The name of the form which represents the type of item to edit.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Creates and returns an absolute url for an endpoint based on the apiUrl() of the DriveWorksLiveClient.
The url segment representing an endpoint.
Gets the tasks for the specification's active form or dialog.
The alias of the group that the specification belongs to.
The unique identifier of the specification to retrieve the form tasks from.
Gets all specifications from the group, with an optional OData query to filter the results.
The alias of the group containing the specifications to retrieve.
The optional OData query string, e.g. "$orderby=DateCreated desc".
Gets all specifications from the group that belong to the project.
The alias of the group containing the specifications to retrieve.
The name of the project that the specifications belong to.
Gets all specifications from the group that are in the provided state.
The alias of the group containing the specifications to retrieve.
The name of the state that the specifications should be in.
Gets all specifications from the group that were created between a start and end date.
The alias of the group containing the specifications to retrieve.
The start of the date range for when specifications were created. This should be in ISO format.
The end of the date range for when specifications were created. This should be in ISO format.
Gets all specifications from the group that were edited between a start and end date.
The alias of the group containing the specifications to retrieve.
The start of the date range for when the specifications were edited. This should be in ISO format.
The end of the date range for when the specifications were edited. This should be in ISO format.
Gets a DriveApp that the current user has permission to run with the provided unique identifier from the group.
The alias of the group that the DriveApp belongs to.
The alias name of the DriveApp to retrieve.
Gets all of the DriveApps that the current user can run.
The alias of the group for which you wish to retrieve DriveApps from.
The optional OData query string, e.g. "$orderby=Name desc".
Gets a group table with the provided name for a specified group.
The alias of the group for which you wish to retrieve group tables from.
The name of the group table to retrieve.
Gets all group tables for a specified group.
The alias of the group for which you wish to retrieve group tables from.
Gets a project from the specified unique id.
The alias of the group for which you wish to retrieve the project from.
The unique id of the project that you wish to retrieve.
Gets all of the projects for a specified group.
The alias of the group for which you wish to retrieve projects from.
The optional OData query string, e.g. "$orderby=Name desc".
Gets a specification with the provided unique identifier from the group, and returns a new Specification.
The alias of the group containing the specification to retrieve.
The unique id of the specification that you wish to retrieve.
Gets all of the operations and transitions for a specification.
The alias of the group containing the actions to retrieve.
The unique identifier of the specification to retrieve the actions from.
Gets a specification with the provided unique identifier from the group.
The alias of the group containing the specification to retrieve.
The unique identifier of the specification to retrieve.
Gets a specification with the provided name from the group.
The alias of the group containing the specification to retrieve.
The name of the specification to retrieve.
Gets a constant with the provided name that belongs to a specification.
The alias of the group containing the constant to retrieve.
The unique identifier of the specification to retrieve the constant from.
The name of the constant to retrieve.
Gets all constants for a specification.
The alias of the group containing the constants to retrieve.
The unique identifier of the specification to retrieve the constants from.
Gets the document with the provided identifier.
The alias of the group containing the document to retrieve.
The unique identifier of the specification to retrieve the document from.
The identifier of the document to retrieve.
Gets the download url of a specified document.
The alias of the group containing the document.
The unique identifier of the specification that the document belongs to.
The identifier of the document that you wish to retrieve the download url for.
The name of the document, or the name of a resource within a HTML file, with the provided documentId.
Gets all documents for a specification.
The alias of the group containing the documents to retrieve.
The unique identifier of the specification to retrieve the documents from.
Gets a specification's active form data.
The alias of the group that the specification belongs to.
The unique identifier of the specification to retrieve the form data for.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Gets information about the chosen operation for a specification.
The alias of the group containing the operation to retrieve.
The unique identifier of the specification to retrieve the operation from.
The name of the operation to retrieve.
Gets the specification properties for a specification.
The alias of the group containing the specification properties.
The unique identifier of the specification to retrieve specification properties from.
An object containing 0 or more key value pairs, e.g. {"MyProperty": "MyValue"}.
Gets the specification report with the provided identifier.
The alias of the group containing the specification report.
The unique identifier of the specification to retrieve the report from.
The identifier of the report to retrieve.
Gets the chosen specification report in JSON format.
The alias of the group containing the specification report.
The unique identifier of the specification to retrieve the report from.
The identifier of the report to retrieve.
Gets the download url for the chosen specification report.
The alias of the group containing the specification report.
The unique identifier of the specification that the report belongs to.
The identifier of the report to retrieve the download url for.
Gets all specification reports for a specification.
The alias of the group containing the specification reports.
The unique identifier of the specification to retrieve specification reports from.
Gets information about the chosen transition for a specification.
The alias of the group containing the transition to retrieve.
The unique identifier of the specification to retrieve the transition from.
The name of the transition to retrieve.
Gets a variable with the provided name from a specification.
The alias of the group that the variable belongs to.
The unique identifier of the specification to retrieve the variable from.
The name of the variable to retrieve.
Gets all variables for a specification.
The alias of the group that the variables belong to.
The unique identifier of the specification to retrieve the variables from.
Invokes an operation on the currently selected specification in a Child Specification List control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Child Specification List control.
The name of the operation to invoke on the selected child specification.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Invokes a transition on the currently selected specification in a Child Specification List control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Child Specification List control.
The name of the transition to invoke on the selected child specification.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Cancels the active dialog and closes it. The latest FormData will be returned.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the dialog belongs to.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Confirms the chosen items on a dialog and closes it. The latest FormData will be returned.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the dialog belongs to.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Invokes an operation on a specification.
The alias of the group that the specification belongs to.
The unique identifier of the specification to invoke the operation on.
The name of the operation to invoke.
Invokes a transition on a specification.
The alias of the group that the specification belongs to.
The unique identifier of the specification to invoke the transition on.
The name of the transition to invoke.
Logs in to the group with the supplied credentials.
The alias of the group to log in to.
The login credentials to use. If none are supplied, the credentials of the groupAlias will be used.
Logs out of all groups in the session that are currently logged in.
Logs out of the current session of the group.
The alias of the group to log out of.
Moves the child specification at the specified index in a Child Specification List control up or down.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Child Specification List control.
The MoveListItemCommandData containing the movement direction and row index to perform the command.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Moves the item at the specified index in an Item List Control up or down.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Item List control.
The MoveListItemCommandData containing the movement direction and row index to perform the command.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Navigates to the hyperlink of a Hyperlink control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Hyperlink control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Navigates a specification in the chosen direction.
The alias of the group that the specification belongs to.
The unique identifier of the specification to navigate.
The direction to navigate in - "backward" or "forward".
Opens the dialog of a Dialog Button.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Dialog Button control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Removes the currently selected child specification from a Child Specification List.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Child Specification List control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Requests a preview from a 3D Preview control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the 3D Preview control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Requests a screenshot from a 3D Preview control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the 3D Preview control.
The RequestPreviewScreenshotCommandData containing data to specify the screenshot.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Runs a macro for a specification control and returns the latest FormData.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the control to run the macro on.
The ControlMacroData to provide to the macro, including the name of the macro to run.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Runs a DriveApp with the provided alias and returns a new Specification.
The alias of the group that the DriveApp belongs to.
The alias name of the DriveApp to create.
Runs a macro for a specification and returns the latest FormData.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the macro belongs to.
The SpecificationMacroData to provide to the macro, including the name of the macro to run.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
A Promise that will complete when the macro has been ran.
Runs a touch point macro within a 3D Preview control.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the 3D Preview control.
The TouchPointCommandData containing data to run the macro with.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Sets the selection of a Child Specification List control to the item at the provided index.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The name of the Child Specification List control.
The index to set as the selected item of the list control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Sets the form container size of a specification and returns the latest FormData.
The alias of the group that the specification belongs to.
The unique identifier of the specification to set the form container size of.
The height to set the form container to.
The width to set the form container to.
Whether the size change should be applied immediately, or after a delay. Defaults to True.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Sets the form container size of a hosted specification and returns the latest FormData.
The alias of the group that the specification belongs to.
The unique identifier of the specification to set the form container size of.
The height to set the form container to.
The width to set the form container to.
Whether the size change should be applied immediately, or after a delay. Defaults to True.
The name of the specification host control containing the specification to update.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Sets the selection of an Item List control to the item at the provided index.
The alias of the group that the specification belongs to.
The unique identifier of the specification that the control belongs to.
The index to set as the selected item of the list control.
The optional unique identifier of a specification form version used to calculate a differenced FormData result.
The provided versionId will be used to calculate a differenced FormData result between the supplied and latest version. If no versionId is provided, a complete FormData result will be returned. A version identifier can be retrieved from any FormData object.
Starts a specification from the project and group.
The alias of the group that the project belongs to.
The name of the project to start a specification from.
Updates a constant with the provided value.
The alias of the group that the constant belongs to.
The unique identifier of the specification that the constant belongs to.
The name of the constant to update.
The value to be applied to the constant.
Updates the current login credentials of the group with the supplied credentials.
The alias of the group that will have its credentials updated.
The credentials to apply to the group.
The DriveWorks Live Client provides a client-side framework with a range of functions for interacting with the DriveWorks Live Integration Theme.