For the complete documentation index, see llms.txt. This page is also available as Markdown.

_getNotes

Returns the notes for a Job.

Parameters

id

The ID of the Job.

Example

FM_api('Job_getNotes', ['id' => '1']);

On Success

{'notes':'[Report to front desk]'}

Last updated