This structure is used to hold the information about notes added to a license key.

Field Name Field Type Description Interpretation on Output
id JSON number ID of a note. Always not null
author JSON string Full name of the note author. Always not null
message JSON string Note text. Always not null
creationDate JSON string with timestamp in ISO 8601 format Note creation date and time. Always not null

Example

{
  "id" : 123,
  "author" : "John Smith (Plesk)",
  "message" : "message text",
  "creationDate" : "2015-07-30T05:25:54.693Z"
}