post https://api.sigmacomputing.com/v2/files
Create an empty workspace, folder, or workbook in Sigma.
Usage notes
- Specify a parentId for a folder or workbook to place it within another folder. Retrieve the ID to use as a parentId by calling the /v2/files endpoint and reviewing the
id
field in the response for files with atype
offolder
. - Specify an ownerId for a folder or workbook to create it on behalf of another user. Retrieve the memberId by calling the /v2/members endpoint.
Usage scenarios
- Project onboarding: Start a new project by creating a workspace and folders to contain the workbooks for the project.