_notesGet
Fetches the notes on a Quote.
Parameters
id
The ID of the Quote.
Example
FM_api('Quotes_notesGet', ['id' => '123']);
Result
On Success
{'notes':'This is a note.'}
On Failure
If no Quote ID was given:
{'error':'no id'}
If the specified Quote does not exist:
{'error':'no such quote'}
Last updated