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。
無料 Action
この Action を明示的に参照する公開 Skills はまだありません。