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

# \_getById

Get Customers Details by a list of Customer IDs.

### Parameters

#### ids

The IDs of the Customers details to be retrieved.

### Example

```
FM_api('Customerss_getById', ['ids' => ['1', '2', '3', '4']]);
```

### Result

#### On Success

```
{"account_number":"34","id":"1","name":"The Cafe","notes":"[]","email":"jenny2056@hotmail.co.uk","last_edited":"2018-11-23 17:09:40","industry":"","parent_id":"-1","street_address1":"18 Canal st","street_address2":"","town":"Newry","county":"Armagh","postcode":"BT34","landline":"02841753979","mobile":"","contact_name":"Emily","cdate":"2018-09-19 11:52:56","created_by":"82878","custom_values":"[]","callback":null,"account_manager":"0","type":"","meta":null,"callback_notes":null,"latitude":"54.1685","longitu"...
```
