GraphQL OBJECT
BiBookmark
Preconfigured or created Bookmark in the Business Intelligence (BI). Bookmarks are used to quickly access customized or commonly-used reports.
link Definition
- type BiBookmark {
- # Name of the bookmark.
- String! @deprecated( reason: "Obsolete field, please use field 'name' instead." ) :
- # Name of the bookmark.
- String! :
- # ID that corresponds to the position of the bookmark in a folder.
- Long! :
- # Unique ID of a bookmark or folder (personal or account), or the ID of a default
- # bookmark.
- Long! :
- # ID of the folder where the bookmark is located.
- Int :
- # Type of bookmark. Possible values are Default, Personal, and Account.
- BookmarkType :
- # Any tags associated with a bookmark. These can be set up using the
- # updateBIBookmark mutation object.
- String] : [
- # Bookmark is tree folder when true, executable report bookmark otherwise.
- Boolean :
- # Report that is bookmarked in the BI.
- #
- # Arguments
- # absoluteDateTimeFilter: Adaptation of the timeframe.
- AbsoluteDateTimeFilter): BiReport ( :
- # Client accounts that are linked to the bookmark.
- Client] : [
- }