Get a single service report
reports_get_services(id)
A list containing the following elements:
integer, The ID of this report.
string, The name of the report.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string, The creation time for this report.
string, The last updated at time for this report.
string, The type of the report. One of: ReportTypes::HTML, ReportTypes::Tableau, ReportTypes::ShinyApp, ReportTypes::SQL
string, The user-defined description of the report.
string, Your permission level on the object. One of "read", "write", or "manage".
string, The archival status of the requested item(s).
string, The host for the service report
string, The URL to display the service report.
integer, The id of the backing service
boolean, Whether the report requests an API Key from the report viewer.
string, A Civis API key that can be used by this report.
integer, The ID of the API key. Can be used for auditing API use by this report.
integer required. The ID of this report.