Player Note Entity (2022/06)

All player note entities are structured as follows:

entity:

  • Device PlayerInfo read-only: A structure which references a specific player instance

  • Notes string read-write: An arbitrary text not more than 1kB in size, which represents the player notes

  • CreationDate DateTime read-only: A timestamp indicating when the current player note was added on a player. See DateTime for more information about this data type.

  • LastModifiedDate DateTime read-only: A timestamp indicating when the player note was last modified. See DateTime for more information about this data type.