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

# \_get

Retrieve details for an Asset Type.

### Parameters

#### id

The ID of the Asset Type to get.

### Example

FM\_api('AssetType\_get', \['id' => '10']);

### Result

#### On Success

```
{"id":"4","name":"Re-fridgeration","meta":"{}","last_edited":"2018-09-24 11:42:48","attrs":"0","rental_type_id":"0"}
```
