Questions tagged [clockify]

Clockify is the only 100% free time tracking software. It's a simple time tracker and timesheet app that lets you and your team track work hours on projects. Unlimited users, free forever. https://clockify.me/

79 questions
1
vote
1 answer

Clockify API: Time Report for Project and aggregate by User

I would like to create a report for one Clockify project (I do know its ID) agregated by users. The result would be like this: Project XY User 1: XX (grouped duration) User 2: YY (grouped duration) User 3: ZZ (grouped duration) etc. Is there any…
Petr
  • 111
  • 7
1
vote
1 answer

Clockify API, unexpected data returned?

I'm requesting some time entries for users with the Clockify API(). For some reason, I am receiving some responses which include entries without an end-time. I noticed that, the unexpectedly returned entries belong to currently running time…
Lukas Belck
  • 30
  • 2
  • 8
1
vote
1 answer

Authenticating with Clockify API?

I'm working on a new application where I need to use Clockify's API. When I make my test application for a proof of concept, I notice that I'm getting a 401 error as a response to using one of their base functions, get clients by work space. Am I…
RGarland
  • 31
  • 4
1
vote
1 answer

How do I add users on workspace through API in Clockify

I understand the reason for protecting endpoints with reCapture, but what is the reason to declare a call for adding new users https://clockify.github.io/clockify_api_docs/#operation--workspaces--workspaceId--users-post if the only response is…
miskman
  • 11
  • 2
1
vote
2 answers

I can't get "Find personal time entry in progress" using clockify API

I will try to get those users whose time tracking start currently in clockify and I'm trying to use the following API endpoint to get the user: How to get user list using this endpoint?
1
vote
1 answer

clockify API access via broswer returns authentication error

I am new to clockify API integration. I want to retrieve all the workspaces. I am requesting 'https://api.clockify.me/api/workspaces/' this API & sending 'X-Api-Key' in the header. when I am requesting this API from postman I got (success response)…
lakhan
  • 255
  • 7
  • 14
1
vote
1 answer

Clockify API - Restart time entry

I would like to mark the last time entry for a user as the current time entry. In other words, I would like to clear the end field of a given time entry, to indicate that it it not finished yet, it's still running. Is it possible to do that? I tried…
dsetton
  • 816
  • 8
  • 15
1
vote
2 answers

Can't get "generate summary report" to work in Clockify Api

I've been trying to generate a report with the Clockify api, and I've been following the official documentation. First I tried with my own data, but after trial and error, I started even trying the default data. No luck either. According to the…
joroba3
  • 21
  • 1
  • 4
1
vote
1 answer

Clockify API stop running stopwatch

is there a simple way to stop a running stopwatch for a time entry? I could probably edit the end time via updating the specific entry but I would have to get the Id, store it and so on... Thanks
tech.mo
  • 23
  • 4
1
vote
2 answers

Clockify API & Powerbi

I have been done the rabbit role for the last day trying to connect to the clockify API using Power Bi. (My experience with API's is minimal). Any help to put my in the right direction would be appreciated I'm assuming out of all my attempts this is…
Alex
  • 43
  • 6
1
vote
1 answer

Clockify API auth

I am trying to follow your steps with connecting to your API, but I am really not sure how to even start the auth... First attempt was making Javascript communication via AJAX, so here is the code for it: $.ajax({ url:…
0
votes
1 answer

{Clockify API} Removing user access from a project

I am currently in the process of configuring API collections for Clockify in Postman, and then integrating them into OutSystems. However, I am facing an issue with revoking access to users from a project. I have gone through the documentation, but I…
0
votes
1 answer

Clockify - unable to pull data to google spreadsheet using Javascript

I am struggling to pull reported data in Clockify to google spreadsheet, here's the code I am trying to trigger. function getClockifyReport() { const headers = { "headers": { "X-Api-Key": "[APIKEY]", "content-type":…
Wassim
  • 1
  • 1
0
votes
0 answers

How to get scheduled tasks through Clockify API?

Is there any API can use to get all the scheduled tasks information published in Clockify?
0
votes
0 answers

How can I get Clockify to WRITE annual leave to Google Calendar?

I am having trouble with identifying how to get Clockify to write annual leave (time off in the api documentation) to Google Calendar. I have looked through the API documentation but have to admit I haven't had too much experience with API work…