> 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/customers/_getallnames.md).

# \_getAllNames

Get a list of all customer names

### Example

```
FM_api(
	'Customers_getAllNames'
);
```

### Result

```
[{"id":"1","name":"Acme"},{"id":"2","name":"Smyth Holdings"},{"id":"110958","name":"Second Chance"},{"id":"110959","name":"Kae's Company"}]
```
