Timeneye Time Tracking
Timeneye Time Tracking is a time tracking and reporting web app meant to be extremely simple and usable even for the most recalcitrant user. Timeneye can be used from the web (http://app.timeneye.com) or from the Android mobile app. An iOS version is currently in development. Timeneye integrates with Basecamp, allowing users to track time directly from Basecamp commenting on their to-dos with…
Timeneye Time Tracking endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
removeUserFromProject /removeUserFromProject |
Revokes project access permissions to the specified user (targetId). Works only for limited access projects |
| POST |
startTracking /startTracking |
Notifies Timeneye that the user has started working on a particular project (this information is reflected on the Status page). |
| POST |
deleteEntry /deleteEntry |
Deletes an entry |
| POST |
getEntries /getEntries |
Returns a list of the latest entries. You can filter it by projectId, dateFrom, dateTo or userId (the latter is only available for project managers or account owners to get… |
| POST |
getProject /getProject |
Returns a project's details. fixedAmount and hourlyRate are returned only if user has permissions to see them. If the requester is a Project Manager or an Account Owner, access… |
| POST |
saveEntry /saveEntry |
Stores an entry, inserting or editing it (set entryId = -1 for inserts). |
| POST |
deauthorizeUser /deauthorizeUser |
Invalidates the authToken, logging the user off from every device which was connected using the API. |
| POST |
getUsers / |
Returns the list of users linked to the account. |
| POST |
getEntry /getEntry |
Returns details for the requested entry. Only user's entries can be retrieved. |
| POST |
addUserToProject /addUserToProject |
Gives project access permissions to the specified user (targetId). Works only for limited access projects |
| POST |
authorizeUser /authorizeUser |
Exchanges email and password with an authToken. |
| POST |
getProjects /Returns a list of projects. By default, it returns active projects only. fixedAmount and hourlyRate are returned only if user has permissions to see them. |
Timeneye Time Tracking pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|