shared_report {clockify} | R Documentation |
Get a specific shared report
shared_report(shared_report_id)
shared_report_id |
Identifier for a specific shared report |
## Not run:
# Get all shared reports.
shared_reports()
# Get specific shared report by shared report ID.
shared_report("6307f29f1bbd1d34e56b9eb7")
## End(Not run)