TextTemplate (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| content* | string | — |
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. |
| document_type | string | string
|
| id* | integer | — |
| is_default | boolean | — |
| name* | string | — |
| position* | string | string
|
| type* | string | string
|
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. |
| visible_for_me | boolean | — |
Beispiel (JSON)
{
"id": 0,
"name": "string",
"type": "document",
"document_type": "all",
"position": "subject",
"is_default": true,
"content": "string"
}