StoredReport
Represents stored reports saved by users, including report type, title, module, and cloud store status.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedDateTime | Datetime | True |
The date and time when the stored report was created. |
| auditModifiedDateTime | Datetime | True |
The date and time when the stored report was last modified. |
| cloudStoreStatus | String | True |
The current status of the stored report in the cloud store. |
| href | String | True |
The URL of the stored report resource. |
| id | String | True |
The unique identifier of the stored report record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the stored report record. |
| moduleKey | String | True |
The module key identifying the module this stored report belongs to. |
| reportTitle | String | False |
The title of the stored report. |
| reportType | String | False |
The type of the stored report. |
| user_Href | String | True |
The URL of the user associated with this stored report. |
| user_Id | String | True |
The Id of the user associated with this stored report. |
| user_Key | String | True |
The system-assigned key of the user associated with this stored report. |