[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstanceBookmarks

GetInstanceBookmarks Method

GetInstanceBookmarks(string, string)

Not supported. Gets all bookmarks in the report instance with specified instance id.

Declaration
[HttpGet]
public virtual IActionResult GetInstanceBookmarks(string reportPath, string instanceId)
Parameters
Type Name Description
string reportPath

The full path of the report.

string instanceId

The report instance id.

Returns
Type Description
IActionResult

An IActionResult type object with content of collection of DocumentPosition type object.

Remarks

It's not supported by this api.