API Status Get API Key
TYPE

Note

Note entity

Fields 7

id : NoteId!

The unique identifier of the note.

text : String!

The content of the note.

type : NoteType!

The type of the note.

author : Author!

The author of the note - null if the user is deleted or left the organization.

createdAt : DateTime!

The date and time when the note was created.

updatedAt : DateTime

The date and time when the note was last edited.

allowedActions : [NoteAction!]!

The allowed actions a user can perform on the note.