GET api/v1/email_templates/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
EmailTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| name | string |
Required |
|
| code | string |
Required |
|
| mail_from | string |
Required |
|
| subject | string |
Required |
|
| body | string |
Required |
|
| deleted | boolean |
Required |
|
| system_information | SystemInformation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "7c818fc3-eeec-4a4e-ae07-3d7ba3bd85b2",
"name": "sample string 2",
"code": "sample string 3",
"mail_from": "sample string 4",
"subject": "sample string 5",
"body": "sample string 6",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "68b52249-d2e5-43bb-94de-6b532f348b8c",
"image_id": "2c5e16f7-aa3c-49f6-bc3a-7d80d022e390",
"id_user_work_position": "af24ccc2-3d5f-4348-acdb-88fe6a80201a",
"id_shift": "a347d871-5e35-4932-a806-7b5fe1f8383b",
"code": "sample string 5",
"code2": "sample string 6",
"title": "sample string 9",
"introduction": "sample string 10",
"first_name": "sample string 11",
"last_name": "sample string 12"
},
"date": "2026-08-01T14:59:26Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "68b52249-d2e5-43bb-94de-6b532f348b8c",
"image_id": "2c5e16f7-aa3c-49f6-bc3a-7d80d022e390",
"id_user_work_position": "af24ccc2-3d5f-4348-acdb-88fe6a80201a",
"id_shift": "a347d871-5e35-4932-a806-7b5fe1f8383b",
"code": "sample string 5",
"code2": "sample string 6",
"title": "sample string 9",
"introduction": "sample string 10",
"first_name": "sample string 11",
"last_name": "sample string 12"
},
"date": "2026-08-01T14:59:26Z"
}
}
}
application/xml, text/xml
Sample:
<EmailTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<body>sample string 6</body>
<code>sample string 3</code>
<deleted>true</deleted>
<id>7c818fc3-eeec-4a4e-ae07-3d7ba3bd85b2</id>
<mail_from>sample string 4</mail_from>
<name>sample string 2</name>
<subject>sample string 5</subject>
<system_information>
<creation>
<date>2026-08-01T16:59:26.9780566+02:00</date>
<user>
<code>sample string 5</code>
<code2>sample string 6</code2>
<first_name>sample string 11</first_name>
<full_name>sample string 12 sample string 11</full_name>
<id>68b52249-d2e5-43bb-94de-6b532f348b8c</id>
<id_shift>a347d871-5e35-4932-a806-7b5fe1f8383b</id_shift>
<id_user_work_position>af24ccc2-3d5f-4348-acdb-88fe6a80201a</id_user_work_position>
<image_id>2c5e16f7-aa3c-49f6-bc3a-7d80d022e390</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2026-08-01T16:59:26.9780566+02:00</date>
<user>
<code>sample string 5</code>
<code2>sample string 6</code2>
<first_name>sample string 11</first_name>
<full_name>sample string 12 sample string 11</full_name>
<id>68b52249-d2e5-43bb-94de-6b532f348b8c</id>
<id_shift>a347d871-5e35-4932-a806-7b5fe1f8383b</id_shift>
<id_user_work_position>af24ccc2-3d5f-4348-acdb-88fe6a80201a</id_user_work_position>
<image_id>2c5e16f7-aa3c-49f6-bc3a-7d80d022e390</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</last_change>
</system_information>
</EmailTemplate>