_getLinkCode
Parameters
Result
Example
FM_api('Outsourcing_getLinkCode');On Success
{'12345678'}On Failure
{'error':'not logged in'}Last updated
Returns the link code that allows another FieldMotion account to link with yours.
None.
FM_api('Outsourcing_getLinkCode');The link code. For example:
{'12345678'}If the user is not logged in:
{'error':'not logged in'}Last updated