Returns metadata for the specified dashboard, including dashboard components, filters, layout, and the running user.
Arguments
- dashboard_id
character
; the Salesforce Id assigned to a created dashboard. It will start with"01Z"
.- as_tbl
logical
; an indicator of whether to convert the parsed JSON into atbl_df
.- verbose
logical
; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set toTRUE
the URL, header, and body will be printed for each request, along with additional diagnostic information where available.