curl --request GET \
--url https://api.example.com/api/templates/{key}{
"key": "<string>",
"title": "<string>",
"industry": "<string>",
"description": "<string>",
"requestJson": "<string>",
"decisionGraphJson": "<string>"
}Retrieves a specific template by its unique key, including the full decision graph and sample request JSON.
curl --request GET \
--url https://api.example.com/api/templates/{key}{
"key": "<string>",
"title": "<string>",
"industry": "<string>",
"description": "<string>",
"requestJson": "<string>",
"decisionGraphJson": "<string>"
}Unique key of the template to retrieve
Template details including decision graph
Template details including decision graph
Unique identifier for the template
Display title of the template
Industry category the template belongs to
Brief description of what the template does
Sample request JSON for testing the template
JSON representation of the decision graph
Was this page helpful?