Retrieves details of a specific bookmark associated with a report.
GET/reports/{reportId}/bookmarks/{bookmarkId}
Authorization
Path parameters
reportId*string (uuid)
Enter ID of an existing report
bookmarkId*string (uuid)
Enter ID of an existing bookmark
Query parameters
Header parameters
Response
Success: Successfully retrieved the requested bookmark details.
Body
reportIdstring (uuid)
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.
modifiedByUserIdnullable string
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.
bookmarkStatenullable string
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.
displayNamenullable string
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.
reportBookmarkIdstring (uuid)
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.