Egnyte Tables
The provider models the data in API into a list of tables that can be queried using standard SQL statements.
Generally, querying API tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
Egnyte Tables
| Name | Description |
| Bookmarks | Returns all bookmarks for the authenticated user. |
| Comments | Returns all comments for the domain or a given file or folder |
| Files | Returns information about a file. |
| FolderFiles | Returns information about files of a given folder. |
| FolderPermissions | Returns the permissions for a given folder. |
| Folders | Returns information about a folder. |
| FolderStats | Returns information about folder size and item counts. |
| Groups | Returns all the groups in your domain. |
| Subfolders | Returns information about subfolders of a given folder. |
| Tasks | Returns all tasks |
| Trash | Returns all of the contents of the trash in your domain. |
| UserInsights | Returns information about files a user has recently accessed. The maximum number of results is 10 |
| UserPermissions | Returns the effective permissions for a user for a given folder. |
| Users | Returns all, or a chosen subset, of users. |