_getOwner
Returns the asset owner name and ID
Parameters
id
The ID of the Asset
Example
FM_api('Asset_getOwner', ['id'=>'1']);On Success
{"owner_id":"5","name":"Fieldmotion"}On Error
falseLast updated
Returns the asset owner name and ID
The ID of the Asset
FM_api('Asset_getOwner', ['id'=>'1']);{"owner_id":"5","name":"Fieldmotion"}falseLast updated