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
Path Parameters
Body ()
Root Schema : WorkflowJobTemplateNodeCreateApproval
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : WorkflowJobTemplateNodeCreateApproval
Type: object
Show Source
Back to Top