post https://api.sigmacomputing.com/v2/templates/save_workbook
Create a workbook by saving it from a template.
Usage notes
- Retrieve the templateId by calling the /v2/templates endpoint.
- Retrieve the folderId by calling the /v2/files endpoint and reviewing the
id
field in the response for files with atype
offolder
. To use the "My Documents" folder as the destination folder, call the /v2/members/{memberId} endpoint and use thehomeFolderId
included in the response.