> 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/customertypes/_list.md).

# \_list

List Customer Types.

### Example

```
FM_api('CustomerTypes_list');
```

### Result

#### On Success

```
[{"id":"1","name":"Pest control"},{"id":"5","name":"Electrical"},{"id":"7","name":"Plumbing"},{"id":"8","name":"Security"}]
```
