Get a bookmark in a tagged workbook

View as Markdown
Retrieve details for a bookmark in a tagged workbook based on bookmarkId ### Usage notes - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - Retrieve the **tagName** by calling the [/v2/tags](https://help.sigmacomputing.com/reference/list-version-tag) endpoint and using the `name` in the response. - Retrieve the **bookmarkId** by calling the [/v2/workbooks/{workbookId}/bookmarks](https://help.sigmacomputing.com/reference/get-workbook-bookmarks) endpoint.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
Unique identifier of the workbook.
tagNamestringRequired
bookmarkIdstringRequired
Unique identifier of the bookmark.

Response

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