HistoryStamp Data Type

Represents a date and time when a user performed an action.

Properties
name data type description
principal LongIdLinkPair The user.
date number The date and time.

Example

{
  "principal" : {
    "id" : 12345,
    "href" : "..."
  },
  "date" : 12345
}