# \_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]'}
```
