Clickup Create A Time Entry
通过 Aident Loadout 使用 ClickUp Tools 的 Clickup Create A Time Entry。执行前查看输入、输出、设置、价格和风险。
服务提供商说明
Creates a new time entry for a specified team.
通过 Aident Loadout 使用 ClickUp Tools 的 Clickup Create A Time Entry。执行前查看输入、输出、设置、价格和风险。
Creates a new time entry for a specified team.
endintegerAlias for `stop`. The end time of the time entry, as a Unix timestamp in milliseconds. If both `start` and `end` are provided, the API will use these to determine the entry's actual duration, potentially overriding the `duration` field sent in the request.
tidstringThe ID of the task to associate this time entry with. If `custom_task_ids` is `true`, this should be the custom task ID.
stopintegerThe stop time of the time entry, as a Unix timestamp in milliseconds. If both `start` and `stop` are provided, the API will use these to determine the entry's actual duration, potentially overriding the `duration` field sent in the request.
tagsarrayAn array of Tag objects to apply to the time entry. Each Tag object should define 'name' (string), 'tag_fg' (hex color string for foreground), and 'tag_bg' (hex color string for background). This feature is available for users on the ClickUp Business Plan and above.
start必填integerThe start time of the time entry, as a Unix timestamp in milliseconds.
team_Id必填stringThe Workspace ID (also called Team ID in ClickUp API) where the time entry will be added. This goes in the URL path.
team_idstringThe ID of the Team, required only if `custom_task_ids` is set to `true`. This specifies the team context for the custom task ID. Example: `custom_task_ids=true&team_id=123`.
assigneeintegerThe user ID of the person to assign this time entry to. Workspace owners and admins can assign to any user ID. Workspace members can only assign to their own user ID.
billablebooleanIndicates whether the time entry is billable. Set to `true` if billable, `false` or omit if not.
duration必填integerThe duration of the time entry in milliseconds. Note: If `start` and `end` (or `stop`) times are also provided in the request, the ClickUp API will calculate the duration based on `start` and `end`/`stop`, and this `duration` field's value might be ignored or overridden by the s…
descriptionstringAn optional description for the time entry.
custom_task_idsbooleanIf `true`, the `tid` parameter will be interpreted as a custom task ID. If this is `true`, the `team_id` query parameter must also be provided to specify the team context for the custom task ID.
data必填Data from the action execution
errorstringError if any occurred during the execution of the action
successful必填booleanWhether or not the action execution was successful or not
OAuth 连接。风险等级 2/5。
免费操作
目前没有已发布技能明确引用此操作。