_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"}
Last updated