Bookmark - Fetch details of any requested bookmark
Authorizations
Path parameters
reportIdstring · uuidRequired
Expects Id of an existing report
bookmarkIdstring · uuidRequired
Expects Id of an existing bookmark
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Indicates successful retrieval of requested bookmark details
401
Un-authorized request
403
Indicates user do not have access to view bookmark
404
Indicates bookmark does not exist
500
Server related error
get
GET /reports/{reportId}/bookmarks/{bookmarkId} 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