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
- application/json
Path Parameters
Query Parameters
-
search(optional): string
A search term.
Response
Supported Media Types
- application/json
200 Response
Example Response (application/json)
{
}
404 Response
Example Response (application/json)
{
"detail":"Not found."
}