Bookmark - Retrieves bookmarks for a report
Authorizations
Path parameters
reportIdstring · uuidRequired
reportBookmarkIdstring · uuidRequired
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Successfully retrieved the list of all available bookmarks.
Responsestring[]
400
Bad Request: The server cannot process the request due to client errors, such as malformed syntax or incorrect/missing parameters.
401
Unauthorized: Invalid report ID or missing/invalid authentication token.
403
Forbidden: Access denied 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 error occurred or a server timeout.
get
GET /reports/{reportId}/bookmarks/{reportBookmarkId}/getSpecificUsers HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
"text"
]
PreviousBookmark - Deletes a bookmark for a reportNextBookmark - Creates a shared bookmark for a report
Last updated