Contains summary information about a Report Builder report.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| ID | Int32 | The ID of the report. | |
| Name | String | The name of the report. | |
| CreatedUid | Guid | This field is nullable. | The UID of the report's owning user. |
| CreatedFullName | String | The full name of the report's owning user. | |
| CreatedDate | DateTime | The created date of the report. | |
| OwningGroupID | Int32 | This field is nullable. | The ID of the report's owning group. |
| OwningGroupName | String | The name of the report's owning group. | |
| SystemAppName | String | The system name of the application containing the report. | |
| PlatformAppID | Int32 | The ID of the platform application containing the report. | |
| PlatformAppName | String | This field is nullable. | The name of the platform application containing the report. |
| ReportSourceID | Int32 | The ID of the report source associated with the report. | |
| ReportSourceName | String | The name of the report source associated with the report. | |
| Uri | String | The URI to retrieve the full details of the report via the web API. |