Bookmark - Retrieves bookmarks for a specific report

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

get
Authorizations
Path parameters
reportIdstring · uuidRequired

Enter unique ID of the report for which bookmarks are requested.

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.
get
GET /reports/{reportId}/bookmarks HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "reportId": "123e4567-e89b-12d3-a456-426614174000",
    "modifiedByUserId": "text",
    "bookmarkState": "text",
    "displayName": "text",
    "reportBookmarkId": "123e4567-e89b-12d3-a456-426614174000",
    "type": "personal"
  }
]

Last updated