Toggl 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.
Toggl Tables
| Name | Description |
| AuthenticatedUser | Generates the details of Authenticated User. |
| ClientProjects | Generates the list of projects related with particular client. |
| Clients | Fetches single or list of clients. |
| Cors | Generates the list of Cors. |
| CurrentTimeEntries | Generates the current entries of running log time. |
| Dashboard | Dashboard's main purpose is to give an overview of what users in the workspace are doing and have been doing. |
| DetailedReports | Generates the detailed report of workspace. |
| Project | Generates the single project details. |
| ProjectDashboard | Generates the reports of particular project. |
| ProjectTasks | Generates the list of tasks performed by particular project. |
| ProjectUsers | Generates the list of users realted to particular project. |
| ProjectUsersWorkspace | Get list of project users in a Workspace. |
| SummaryReports | Generates the summary reports of workspace. |
| Tasks | Generates the single task details. |
| TimeEntries | Generates the list of time log entries. |
| WeeklyReports | Generates the weekly reports. |
| WorkspaceClients | Generates the list of clients related with particular workspaces. |
| WorkspaceGroups | Generates the list of Groups related with particular workspaces. |
| WorkspaceProjects | Generates the list of Projects related with particular Workspace. |
| Workspaces | Generates the list or single of workspaces. |
| WorkspaceTags | Generates the list of tags related to particular workspace. |
| WorkspaceTasks | Generates the list of tasks related with particular workspace. |
| WorkspaceUsers | Generates the list of workspace users related to particular workspace. |