View source: R/generated_client.R
| reports_get_services | R Documentation | 
Get a single service report
reports_get_services(id)
| id | integer required. The ID of this report. | 
A list containing the following elements:
| id | integer, The ID of this report. | 
| name | string, The name of the report. | 
| user | list, A list containing the following elements: 
 | 
| createdAt | string, The creation time for this report. | 
| updatedAt | string, The last updated at time for this report. | 
| type | string, The type of the report. One of: ReportTypes::HTML, ReportTypes::Tableau, ReportTypes::ShinyApp, ReportTypes::SQL | 
| description | string, The user-defined description of the report. | 
| myPermissionLevel | string, Your permission level on the object. One of "read", "write", or "manage". | 
| archived | string, The archival status of the requested item(s). | 
| host | string, The host for the service report | 
| displayUrl | string, The URL to display the service report. | 
| serviceId | integer, The id of the backing service | 
| provideAPIKey | boolean, Whether the report requests an API Key from the report viewer. | 
| apiKey | string, A Civis API key that can be used by this report. | 
| apiKeyId | integer, The ID of the API key. Can be used for auditing API use by this report. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.