Wrike Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
Wrike Tables
| Name | Description |
| Account | Returns current account. |
| Attachments | Return all Attachments of account tasks and folders. |
| Color | Get color name - code mapping. |
| Comments | Get all comments in current account. |
| Contacts | List contacts of all users and user groups in current account. |
| DataExport | Get last completed Data Export. |
| Dependencies | Get task dependencies. |
| Folders | Returns list of entries required to build a folder tree for the current account. |
| FolderTasks | Search among tasks in the folder. |
| Groups | Returns all groups in the account. |
| Invitations | Get all invitations for current account. |
| Spaces | Returns a list of spaces. |
| SpaceTasks | Search among tasks in the folder. |
| Tasks | Search among all tasks in current account. |
| TimelogCategories | Get timelog categories in account. |
| Timelogs | Get all timelog records in current account. |
| User | Returns information about single user. |
| Version | Returns current API version info. |
| Workflows | Returns list of workflows with custom statuses. |