Bookmark - Fetch list of all available bookmarks
Please enter a valid token
Enter unique ID of the report for which bookmarks are requested.
The requested API version
1.0Optional User Id
Success: Successfully retrieved the list of all available bookmarks.
Class for storing information about bookmark.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the ReportId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ModifiedByUserId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BookmarkState property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the DisplayName property.
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the ReportBookmarkId property.
Enum for bookmark type.
Bad Request: The server cannot process the request due to client errors, such as malformed syntax or incorrect/missing parameters.
Unauthorized: Invalid report ID or missing/invalid authentication token.
Forbidden: Access denied due to insufficient permissions or account restrictions.
Not Found: The specified bookmark or report does not exist, the URL is invalid, or the resource has been deleted.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated