Lyftrondata Toggl Provider
The Lyftrondata API Profile for Toggl allows you to query data from Toggl. The Toggl profile is a single file (i.e. toggl.apip) which is meant to be used with the Lyftrondata API Driver. The profile contains the table definitions and other Toggl specific metadata that the Lyftrondata API Driver uses to connect to Toggl.
To use the Toggl Profile set the Profile property of Lyftrondata API Driver to the path of the Toggl profile, as well as the other connection properties specified in the documentation below. Once the Lyftrondata API Driver has been configured, you can issue SQL queries to access data from any of the Toggl Tables.
Connecting to Toggl
To use the Toggl API, you need to authenticate yourself. This can be done via HTTP POST or HTTP Basic Auth. There are two ways to authenticate:
- Authenticate with e-mail and password.
- Authenticate with API token.
Using HTTP Basic Auth with e-mail and password:
To authenticate using this process you can set the User as E-mail Id and Password as password of Toggl account in ProfileSettings connection property.
Using HTTP Basic Auth with API token:
To authenticate using this process you can use the API token as User and string "api_token" as Password in ProfileSettings connection property.