Copy FileTool to copy a file or directory within Backendless file storage.
Create DirectoryTool to create a new directory at the specified path.
Create Backendless HiveTool to create a new Hive.
Create Backendless TimerTool to create a new timer with schedule and code.
Delete DirectoryTool to delete a directory at the specified path in Backendless file storage.
Delete FileDeletes a file from Backendless file storage at the specified path.
Delete Backendless TimerDeletes a Backendless timer by its unique name.
Directory ListingTool to retrieve a listing of files and directories at a given path.
General Object RetrievalTool to retrieve objects from a specified Backendless table with filtering, sorting, and pagination.
Get All ValuesTool to retrieve all values from a map in a specified Hive.
Get Counter ValueTool to retrieve the current value of a Backendless counter.
Get File CountTool to get the count of files in a Backendless directory.
Get Key ItemsTool to retrieve values for a specified key in a list (all, single, or range).
Get Backendless TimerTool to retrieve information about a specific timer.
Map PutTool to set or update key-value pairs in a Hive map.
Move FileTool to move a file or directory within Backendless file storage.
Publish MessageTool to publish a message to a specified messaging channel.
Reset CounterTool to reset a Backendless counter back to zero.
Set Counter ValueTool to set a Backendless counter to a specific value conditionally.
Update Backendless TimerTool to update schedule or code of an existing timer.
Delete UserTool to delete a user by user ID.
Find User by IDTool to retrieve user information by ID.
Grant Permission to UserTool to grant a permission to a user on a specific data object.
User LoginTool to log in a registered user with identity and password.
User LogoutTool to log out the currently authenticated user.
User Password RecoveryTool to initiate password recovery for a user.
User RegistrationTool to register a new user with email and password.
Revoke Permission from UserTool to revoke a permission from a specified user or role on a specific data object.
Update UserTool to update properties of an existing Backendless user.
Validate User TokenTool to validate a user session token.