Methods summary
public
array
|
#
getNotes( string $entity, array $attributes = [] )
Show all the notes in a list or task.
Show all the notes in a list or task.
Parameters
- $entity
- A list or a task.
- $attributes
Returns
array
|
public
array
|
#
getNote( integer $noteId )
Show a note.
Parameters
- $noteId
- The id of the note.
Returns
array
|
public
array
|
#
createNote( array $attributes = [] )
Create a new note for a task.
Create a new note for a task.
Parameters
Returns
array
|
public
array
|
#
updateNote( integer $noteId, array $attributes = [] )
Update a note.
Parameters
- $noteId
- The id of the note.
- $attributes
Returns
array
|
public
array
|
#
deleteNote( integer $noteId )
Delete a note.
Parameters
- $noteId
- The id of the note.
Returns
array
|
public
integer
|
#
deleteNotes( string $entity, array $attributes = [] )
Deletes all notes in a list or task.
Deletes all notes in a list or task.
Parameters
- $entity
- A list or a task.
- $attributes
Returns
integer
|