Bookmark - Fetch details of any requested bookmark

Retrieves details of a specific bookmark associated with a report.

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
reportIdstring · uuidRequired

Enter ID of an existing report

bookmarkIdstring · uuidRequired

Enter ID of an existing bookmark

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
chevron-right
200

Success: Successfully retrieved the requested bookmark details.

Class for storing information about bookmark.

reportIdstring · uuidOptional

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.

modifiedByUserIdstring · 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 ModifiedByUserId property.

bookmarkStatestring · 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.

displayNamestring · 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.

reportBookmarkIdstring · uuidOptional

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.

typestring · enumOptional

Enum for bookmark type.

Possible values:
get
/reports/{reportId}/bookmarks/{bookmarkId}

Last updated