History Object

From EPrints Documentation
Revision as of 16:13, 18 February 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (link to API page and descriptions for fields added.)
Jump to: navigation, search

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Data Objects: Access - Document - EPrint - Event Queue - File - History - Import - Login Ticket - Request - Saved Search - Subject - User


Built in Fields

Field NameTypeDescription
historyidint fieldThe unique numerical ID of this history event.
useriditemref field user
actortext fieldA text representation of the actor responsible for the action for this history event.
datasetidtext fieldThe name of the dataset to which the modified item belongs.
objectidint fieldThe numerical ID of the object in the dataset.
revisionint fieldThe revision of the object. This is the revision number after theaction occured.
timestamptime fieldThe moment at which this event happened.
actionset fieldThe type of event.
detailslongtext fieldIf this is a rejection, then the details contain the message sent to the user.

See Also