Bookmark - Retrieves bookmarks for a specific report
Authorizations
Path parameters
reportIdstring · uuidRequired
Enter unique ID of the report for which bookmarks are requested.
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.
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 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