For the complete documentation index, see llms.txt. This page is also available as Markdown.

_getNames

Retrieve Asset Types Names.

Example

FM_api('Assettypes_getNames');

Result

On Success

{"id":"1","name":"Fire"},{"id":"2","name":"Heating"},{"id":"3","name":"CCTV"},{"id":"4","name":"Re-fridgeration"}

Last updated