Retrieve a Workflow Job Template Node
post
/api/v2/workflow_job_template_nodes/{id}/create_approval_template/
Make GET request to this resource to retrieve a single workflow job template node record containing the following fields:
timeout: The amount of time (in seconds) before the approval node expires and fails. (integer)name: Name of this workflow approval template. (string)description: Optional description of this workflow approval template. (string)
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : WorkflowJobTemplateNodeCreateApproval
Type:
Show Source
object-
description:
string
Title:
Description -
name(required):
string
Title:
NameMinimum Length:1Maximum Length:512 -
timeout:
integer
Title:
TimeoutThe amount of time (in seconds) before the approval node expires and fails.
Response
Supported Media Types
- application/json
201 Response
Root Schema : WorkflowJobTemplateNodeCreateApproval
Type:
Show Source
object-
description:
string
Title:
Description -
name(required):
string
Title:
NameMinimum Length:1Maximum Length:512 -
timeout:
integer
Title:
TimeoutThe amount of time (in seconds) before the approval node expires and fails.