Create workbook from template

View as MarkdownOpen in Claude
Create a workbook by saving it from a template. ### Usage notes - Retrieve the **templateId** by calling the [/v2/templates](https://help.sigmacomputing.com/reference/list-templates) endpoint. - Retrieve the **folderId** by calling the [/v2/files](https://help.sigmacomputing.com/reference/list-files) endpoint and reviewing the `id` field in the response for files with a `type` of `folder`. To use the "My Documents" folder as the destination folder, call the [/v2/members/{memberId}](https://help.sigmacomputing.com/reference/get-member) endpoint and use the `homeFolderId` included in the response. - If you leave the name or description options blank, the workbook created inherits the values of the template.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

The request body.
templateIdstringRequired
folderIdstringRequired
namestringOptional
descriptionstringOptional
updateAutomaticallybooleanOptional

Response

The response body.
workbookIdstring