History Object
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.)
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 Name | Type | Description |
|---|---|---|
| historyid | int field | The unique numerical ID of this history event. |
| userid | itemref field user | |
| actor | text field | A text representation of the actor responsible for the action for this history event. |
| datasetid | text field | The name of the dataset to which the modified item belongs. |
| objectid | int field | The numerical ID of the object in the dataset. |
| revision | int field | The revision of the object. This is the revision number after theaction occured. |
| timestamp | time field | The moment at which this event happened. |
| action | set field | The type of event. |
| details | longtext field | If this is a rejection, then the details contain the message sent to the user. |
See Also
- EPrints::DataObj::History - API page