Skip to content

Workflow Confirm Time Tracking Actions

List of valid attributes:

AttributeDescriptionSpecifics
previous_action_idID of the previous workflow action in the sequenceOptional

Create

Example response:

{
"data": {
"id": "85579c3b-22ea-43b8-ab79-d60d05680be5",
"type": "workflow_confirm_time_tracking_action",
"attributes": {
"previous_action_id": "9ee58efe-7ce5-4143-99d3-954303b188f3"
}
}
}

This endpoint adds a new confirm time tracking action to a workflow.

HTTP Request

POST /api/v1/workflows/:workflow_id/confirm_time_tracking_actions

URL Parameters

ParameterDescription
workflow_idThe ID of the workflow that the action will be added to