ListTextTemplates200Response (object)
| Feld | Typ | Beschreibung | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elemente
| |||||||||||||||||||||||||||||||||
| meta* | object |
|
Beispiel (JSON)
{
"data": [
{
"id": 0,
"name": "string",
"type": "document",
"document_type": "all",
"position": "subject",
"is_default": true,
"content": "string"
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 15,
"total": 1,
"items_from": 1,
"items_to": 1
}
}