Add a saved view to a workbook

View as Markdown
Add a saved view (formerly known as bookmarks) to a workbook. ### Usage notes - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - Retrieve the **workbookVersion** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint and using the `latestVersion` in the response for the workbook, or from the version history **More** menu for the specific version. - Retrieve the **exploreKey** by identifying the ID of the custom view that you want to save as a saved view (formerly known as bookmarks). When exploring a workbook, the explore key is visible in the URL: `:explore=76c76e52-8d94-448a-969c-32cc18da9ea0`. Provide the ID after the `=`.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired

Request

The request body.
workbookVersiondoubleRequired
namestringRequired
isSharedbooleanRequired
Whether the bookmark is shared.
exploreKeystringRequired
ID of the associated exploration.

Response

The response body.
bookmarkIdstring
namestring
isSharedboolean
Whether the bookmark is shared.
exploreKeystring
ID of the associated exploration.
isDefaultbooleanOptional
Whether the bookmark is default.