| 
						
							
								| Name | Type | Writable | Restrictions | Description |  
								| id | int |  |  | Report id |  
								| partnerId | int | V |  | Partner id associated with the report |  
								| name | string | V |  | Report name |  
								| systemName | string | V |  | Used to identify system reports in a friendly way |  
								| description | string | V |  | Report description |  
								| query | string | V |  | Report query |  
								| createdAt | int |  |  | Creation date as Unix timestamp (In seconds) |  
								| updatedAt | int |  |  | Last update date as Unix timestamp (In seconds) |  |