Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Get if the given business report is bookmarked. A user bookmarks a report to move it to the top of the list. 

URL

(GET) /api/businessreports/reports/{id}/bookmark

PARAMETERS

URL parameters are:

id

The unique ID of the report.

A default report is prefixed "S" such as in "S500".

A custom report is prefixed with "C" such as in "C1002"

string, Mandatory

RESULTS

The API method returns a boolean:

  • true: Report is bookmarked
  • false: Report is not bookmarked



  • No labels