Ivandt logo

Get template

Get template

Retrieves a specific template by ID including its full schema definition.

Use cases:

  • Load template configuration for an import
  • Display template details
  • Edit template settings
GET
/templates/{id}

Path Parameters

idstring

The template ID

Response Body

curl -X GET "https://api.ivandt.com/v1/templates/string"
{
  "id": "string",
  "key": "string",
  "clientId": "string",
  "schema": {
    "property1": null,
    "property2": null
  },
  "source": "studio",
  "metadata": {
    "property1": null,
    "property2": null
  },
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}