> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/purchaseorders/_listattention.md).

# \_listAttention

Returns a list of all potential entries (departments, people, etc.) to be notified about a Purchase Order

### Example

```
FM_api('PurchaseOrders_listAttention');
```

### Result

```
[
    {"attention":"Ben McFlynn"},
    {"attention":"Mark Rodgers"},
    {"attention":"Dylan Simons"}
]
```
