Create time entry
Create a time entry.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Body
Unique ID of the client. Refer to Getting the Client ID section for detailed instructions.
"d3e77fe4b9cae1e82d8a"
Unique ID of the project. Refer to Getting the Project ID section for detailed instructions.
"e34204233797f4b637c5"
Unique ID of the task. Refer to Getting the Task ID section for detailed instructions.
"4d0d7ad1-91ce-44d0-abfe-6718422716dd"
Email address of the user.
"adam@example.com"
Date on which the time entry needs to be added.
"2025-06-06"
Number of hours worked on that particular task.
"2"
Additional notes for the task.
"Completed working on adding tests."
Additional metadata for the time entry.
{ "source": "external_api" }
List of checklist items.
Whether to override autolock settings for this time entry.
false
Response
OK - Request succeeded