Bookmark - Retrieves bookmarks for a report

Retrieves bookmarks associated with a specific report, identified by the provided report ID.

get
Authorizations
Path parameters
reportIdstring · uuidRequired
reportBookmarkIdstring · uuidRequired
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200
Success: Successfully retrieved the list of all available bookmarks.
Responsestring[]
get
GET /reports/{reportId}/bookmarks/{reportBookmarkId}/getSpecificUsers HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  "text"
]

Last updated