Retrieve time entry from Clockify
Retrieve time entry from Clockify.
Application
Inputs (what you have)
| Name | Description | Data Type | Required? | Example |
|---|
| Connected Account | The connected account to use for the request | Connected Account | Yes | |
| Workspace ID | | Text (Short) | Yes | |
| Time entry ID | | Text (Short) | Yes | |
| Consider duration format? | Whether to return the time entry's duration rounded to minutes or seconds based on duration format (hh:mm or hh:mm:ss) from workspace settings | True/False | No | |
| Hydrated? | Whether to return the time entry's project, task and tags in full and not just their IDs | True/False | No | |
Outputs (what you get)
| Name | Description | Data Type | Required? | Example |
|---|
| JSON Output | JSON output returned by the API | Text (Long) | No | |
Outcomes
| Name | Description |
|---|
| Success | This status is selected if the job has successfully completed. |
| Unsuccessful | This status is selected if the job has completed unsuccessfully. |
Requirements