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

# \_locationsGetDT

Returns Asset Locations details

### Parameters

#### start

where to start from e.g, by default, page 2 should be set to 10.

#### length

number of results

#### order

order the results should be displayed in, e.g, asc or desc.

### Example

```
FM_api('Asset_locationsGetDT', ['start' => '0', 'length' => '10', 'order' => 'asc'])
```

#### On Success

```
{"draw":0,"recordsTotal":"5","recordsFiltered":"5","data":[["23",["1","7","Tesco",null,"Fire alarm 3"],["20 Patrick street","","","","BT358EB"],"2018-10-01 12:46:18","2018-10-08 16:33:03","0",""],["24",["0","0",null,null,null],[null,null,null,null,null],"2018-10-08 16:33:03","2018-10-08 16:47:43","0",""],["25",["0","0",null,null,null],[null,null,null,null,null],"2018-10-08 16:47:43","2018-10-08 16:57:50","0",""],["26",["0","0",null,null,null],[null,null,null,null,null],"2018-10-08 16:57:50","2018-10-08 17:1"...
```
