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