Skip to main content
GET
/
template
/
list
list all defined templates
curl --request GET \
  --url http://localhost:3917/template/list
{
  "count": 1,
  "templates": [
    "red-cube"
  ]
}

Response

200 - application/json

Names of all defined templates with a count.