Retrieve a Workflow Job Template Node

get

/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
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/json)
{
}

404 Response

Body
Example Response (application/json)
{
    "detail":"Not found."
}
Back to Top