ConstGet all products available to the current team.
Array of Product objects.
MobileLockerError on network failure or server error.
Get a specific product by ID.
The numeric product ID.
The matching Product.
MobileLockerError on network failure or if not found.
Get all labels available to the current team.
Array of Label objects.
MobileLockerError on network failure or server error.
Get a specific label by ID.
The numeric label ID.
The matching Label.
MobileLockerError on network failure or if not found.
Get all folders in the current user's library.
Array of Folder objects.
MobileLockerError on network failure or server error.
Get a specific folder by ID.
The numeric folder ID.
The matching Folder.
MobileLockerError on network failure or if not found.
Get all customers synced for the current user.
Array of Customer objects.
MobileLockerError on network failure or server error.
Get a specific customer by their CRM object ID.
The CRM object ID (e.g. a Salesforce 18-char ID).
The matching Customer.
MobileLockerError on network failure or if not found.
Submit a data capture form event.
Records the form submission in the Mobile Locker analytics pipeline under the
'data-capture'category. Use this to track lead forms, survey responses, or any structured input the user submits during a presentation.