post https://api.sigmacomputing.com/v2/workbooks//schedules
Add a schedule to a workbook to export data from the workbook on a periodic basis.
Usage notes
-
Retrieve the workbookId by calling the /v2/workbooks endpoint.
-
If needed, retrieve other IDs based on the export destination:
- To export to one or more Sigma users, retrieve the memberId by calling the /v2/members endpoint.
- To export to one or more Sigma teams, retrieve the teamId by calling the /v2/teams endpoint.
-
Retrieve the chartId by first calling the /v2/workbooks/{workbookId}/pages endpoint, then calling the /v2/workbooks/{workbookId}/pages/{pageId}/elements endpoint and using the
elementId
included in the response.