All player note entities are structured as follows:
entity
:
Device
PlayerInfo : The unique identifier for the player noteread-only: A structure which references a specific player instanceNotes
string : The name of the player note read-write: An arbitrary text not more than 1kB in size, which represents the player notesCreationDate
DateTime read-only: A timestamp indicating when the current player note was created on BSN.cloudadded 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 on BSN.cloud. See DateTime for more information about this data type.
...