Skip to main content
GET
/
api
/
templates
/
{key}
Get a template
curl --request GET \
  --url https://api.example.com/api/templates/{key}
{
  "key": "<string>",
  "title": "<string>",
  "industry": "<string>",
  "description": "<string>",
  "requestJson": "<string>",
  "decisionGraphJson": "<string>"
}

Path Parameters

key
string
required

Unique key of the template to retrieve

Response

200 - application/json

Template details including decision graph

Template details including decision graph

key
string
required

Unique identifier for the template

title
string
required

Display title of the template

industry
string
required

Industry category the template belongs to

description
string
required

Brief description of what the template does

requestJson
string
required

Sample request JSON for testing the template

decisionGraphJson
string
required

JSON representation of the decision graph