ReportHistory

Field NULL Description Note
reportId
string (GUID)
  The id of the report  
reportName
string
  The name of the report  
description
string
  The description of the report  
definition
string
  The report definition in json format  
status
string
  The status  
inaccessible
boolean
  Whether user can access this version  
accessPriority
integer
  The access priority  

Inherited fields:

Entity

Field NULL Description Note
id
string (GUID)
  The id of this object
Example: 572bd576-8c92-4901-ab2a-b16e38144813
Allow null incase insert a new entity
state
integer
 

The entity state of this object

  • 0 = None
  • 1 = Insert
  • 2 = Delete
  • 3 = Update
 
deleted
boolean
  Is this object deleted  
inserted
boolean
  Is this object inserted  
version
string
Y The version  
created
datetime in ISO 8601 format
Y The created datetime  
createdBy
string
  The creator  
modified
datetime in ISO 8601 format
Y The modification datetime  
modifiedBy
string
  The user who last modified this object  
Sample:
{
   "reportId" : "41023c5b-3fe5-4a62-8ecf-7aae8974f63f",
   "reportName" : "TestReport02",
   "description" : null,
   "definition" : null,
   "status" : "Active",
   "id" : "41023c5b-3fe5-4a62-8ecf-7aae8974f63f",
   "state" : 0,
   "inserted" : true,
   "version" : 2,
   "created" : "2016-07-13T08:05:25.587",
   "createdBy" : null,
   "modified" : "2016-07-14T03:51:38",
   "modifiedBy" : null
}