Bookmark - Fetch details of any requested bookmark
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
reportIdstring · uuidRequired
Enter ID of an existing report
bookmarkIdstring · uuidRequired
Enter ID of an existing bookmark
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successfully retrieved the requested bookmark details.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
403
Forbidden: Access denied to view this bookmark due to insufficient permissions or account restrictions.
404
Not Found: The specified bookmark or report does not exist, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected issue occurred or the server timed out while trying to view the bookmark.
get
/reports/{reportId}/bookmarks/{bookmarkId}Last updated