Skip to main content
GET
/
api
/
templates
/
{template_id}
Get template
curl --request GET \
  --url https://yys-sqr-render-bsbe.onrender.com/api/templates/{template_id}
{
  "id": "pharma",
  "name": "Pharmaceutical",
  "fields": [
    {
      "key": "<string>",
      "label": "<string>",
      "type": "<string>",
      "required": true
    }
  ]
}

Path Parameters

template_id
string
required

Response

Template detail

id
string
Example:

"pharma"

name
string
Example:

"Pharmaceutical"

fields
object[]