Timely 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.
Timely Tables
| Name | Description |
| Accounts | Returns all accounts created within one email address. |
| ChaildLabels | Get all child of given tags present in user's account. |
| Clients | Returns the list of all clients details created for one account. |
| CurrentUser | Returns current user. |
| Events | Returns all the events of active projects present in user's account. |
| Labels | Get all the tags present in user's account. |
| ProjectEvents | Returns all the events for a project. Note: Only normal user can get events of other projects of same account. Limited user can only get events of his own project. |
| Projects | Returns all the events of active projects present in user's account. |
| Reports | Returns all the events of active projects present in user's account. |
| Teams | Returns all teams. |
| UserEvents | Returns all the events for a user. Note: Only normal user can get events of other users of same account. Limited user will always get his one events. |
| Users | Returns all the users. |