Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.83 KB

File metadata and controls

25 lines (21 loc) · 1.83 KB

ScoreComment

Comment added on a sheet music

Properties

Name Type Description Notes
id str The comment unique identifier [optional]
type str The type of the comment [optional]
user str The author unique identifier [optional]
score str The unique identifier of the score where the comment was posted [optional]
revision str The unique identifier of revision the comment was posted [optional]
reply_to str When the comment is a reply to another comment, the unique identifier of the parent comment [optional]
date datetime The date when the comment was posted [optional]
modification_date datetime The date of the last comment modification [optional]
comment str The comment text that can includes mentions using the following format: `@[id:username]`. [optional]
raw_comment str A raw version of the comment, that can be displayed without parsing the mentions. [optional]
context ScoreCommentContext [optional]
mentions list[str] The list of user identifier mentioned on the score [optional]
resolved bool For inline comments, the comment can be marked as resolved and will be hidden in the future responses [optional]
resolved_by str If the user is marked as resolved, this will contain the unique identifier of the User who marked this comment as resolved [optional]
spam bool `true if the message has been detected as spam and hidden from other users [optional]

[Back to Model list] [Back to API list] [Back to README]