API Model

History Entry Model

History Entry

Represents an entry in the history log. See also Read History

Field Type Mandatory Meaning
commitId string yes unique commit id
fileName string yes name of the modified file
userName string yes username who made the update
email string yes email of the the user who made the update
comment string yes description of the modification
timestamp string yes timestamp of the update
timestampH string yes human readable" timestamp

Example

{  
   "commitId":"ef08d834d2d1653bc2a638d27c50131fc922ecda",
   "fileName":"kba/0b61ea8c-16e1-46e6-8483-25d9df7db2bf.metadata",
   "userName":"admin",
   "email":"noreply@knowledge-values.com",
   "comment":"kba \"Test\" has been created/updated",
   "timestamp":1440672211,
   "timestampH":"2015-08-27 12:43:31"
}