Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
CData Cmdlets PowerShell Module for Dropbox Views
| Name | Description |
| DeletedResources | Displays files or folders that have been deleted from a user's Dropbox account, useful for tracking removals or recovering data. |
| Events | Captures activity logs for a Dropbox Business team, including file sharing, edits, logins, and permission changes. |
| FileRequests | Shows active and past file requests initiated by the user, including requester details and file submissions. |
| FileSharedMembers | Returns a list of users who have access to a specific shared file, including their permissions and roles. |
| FolderSharedMembers | Returns users who have been granted access to a shared folder, along with their permission levels. |
| SharedFiles | Provides a list of files the user has shared with others, including file paths, access settings, and shared link info. |
| SharedFolders | Returns folders shared with other users, including membership status, access rights, and folder metadata. |
| SharedLinkMetadata | Retrieves metadata about a shared link, such as link visibility, expiration date, and associated resource details. |
| TeamMembers | Lists all members of a Dropbox Business team, including account details, status, and assigned roles. |
| Teams | Returns metadata about the current Dropbox Business team, such as team ID, name, and sharing policies. |
| Users | Retrieves account information for multiple users, helpful for team administration or access audits. |