Comment

Structure

The comment is made up of several attributes associated with an Open Bee™ Portal comment:

  • content : Content of the comment
  • responseTo : Open Bee™ Portal ID of the comment to which this comment replies
  • isDraft : Indicates if this document is already registered on Open Bee™ Portal, or if it is waiting to be sent.
  • author : The login of the user who wrote the comment.
  • date : Date of comment in format dd/mm/yyyy HH:MM:SS
  • id: Open Bee™ Portal ID of the comment

Example

{ 
	content: "Ma réponse", 
	responseTo : "2",
	isDraft : false,
	author : "Pierre",
	date : "10/12/2019 18:20:35"
	id : "1"
}