Introduction
APIs and Models to set up and manage your file system triggers for your automation
API
Here are the list of APIs existing under file system triggers category.
API | Description |
---|---|
ChangeFileSystemToggleStatus | The API changes the File System Trigger with toggle status for provided id from the connected Control Room. |
CreateFileSystemTriggerAsync | Creates the File System Trigger with provided NewFileSystemTrigger instance from the connected Control Room. |
DeleteFileSystemTriggerAsync | The API deletes the existing File System Trigger with provided id from the connected Control Room. |
GetAllFileSystemTriggersAsync | The API gets the list of all the available File System Triggers from the connected Control Room. |
UpdateFileSystemTriggerAsync | Updates the File System Trigger with provided FileSystemTrigger instance from the connected Control Room. |
Models
Here are list of Models used in file system triggers APIs.
Models | Description |
---|---|
FileSystemTrigger | The structure represents an instance of the File System Trigger entity. |
NewFileSystemTrigger | The structure represents an instance of the New File System Trigger entity. |