_getQrCode
Returns the QR code of the specified Asset.
Parameters
id
The ID of the Asset.
Example
FM_api('Asset_getQrCode', ['id' => '1']);
Result
On Success
An image displaying the QR code in PNG format.
On Failure
If the User is not logged in:
{'error':'not logged in'}
Last updated