Retrieve a Workflow Approval Template

get

/api/v2/workflow_approval_templates/{id}/

Make GET request to this resource to retrieve a single workflow approval template record containing the following fields:

  • id: Database ID for this workflow approval template. (integer)
  • type: Data type for this workflow approval template. (choice)
  • url: URL for this workflow approval template. (string)
  • related: Data structure with URLs of related resources. (object)
  • summary_fields: Data structure with name/description for related resources. The output for some objects may be limited for performance reasons. (object)
  • created: Timestamp when this workflow approval template was created. (datetime)
  • modified: Timestamp when this workflow approval template was last modified. (datetime)
  • name: Name of this workflow approval template. (string)
  • description: Optional description of this workflow approval template. (string)
  • last_job_run: (datetime)
  • last_job_failed: (boolean)
  • next_job_run: (datetime)
  • status: (choice)
    • new: New
    • pending: Pending
    • waiting: Waiting
    • running: Running
    • successful: Successful
    • failed: Failed
    • error: Error
    • canceled: Canceled
    • never updated: Never Updated
    • ok: OK
    • missing: Missing
    • none: No External Source
    • updating: Updating
  • execution_environment: The container image to be used for execution. (id)
  • timeout: The amount of time (in seconds) before the approval node expires and fails. (integer)

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

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