Skip to main content

v1/workflows/:template_id

GET 

https://{endpoint}/v1/workflows/:templateId

get workflow template info

Request

Path Parameters

    templateId uint64required

Responses

OK

Schema
    templateId uint64
    name string

    workflow template name

    fields object

    workflow template field, use to create workflow template job

    fieldAttrs object[]
  • Array [
  • nodeId string
    fieldName string
    fieldValue
  • ]
curl -L -g -X GET 'https://{endpoint}/v1/workflows/:templateId' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://{endpoint}
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!