Bookmark - Creates a shared bookmark for a report

Creates a new shared bookmark with a specific user, associated with a specific report.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
reportIdstringRequired
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body

Class for representing the view of a SharedBookmark.

reportBookmarkIdstring | nullableOptional

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.

reportIdstring | nullableOptional

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.

shareWithUsersstring[] | nullableOptional

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 Type property.

Responses
201

Created: Bookmark has been successfully created with the relevant details.

post
/reports/{reportId}/bookmarks/shareWithSpecificUsers

Last updated