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

Version 1 Next »

Get if the given business report is bookmarked.

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