getNote
getNote
Permissions:
admin or user
Description:
Retrieves information about a note.
Parameters:
tenant – tenant name
name – the name of the note
Returns:
If the method succeeds, it returns the following list in the result field:
useraccess – access level; No access: 0; Read only: 1; Read/Write: 2
description – description
name – note name
note – note content
If the method fails, it returns an associative array in the error field.
Related methods:
deleteNote, getNoteNames, setNote