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": "98dbc433-9773-482b-80f8-455d6d5bb8e2",
"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": "1c9df55d-a8ee-44fd-9496-858ff6da0c51",
"image_id": "477aa079-d964-4dec-b023-0d5ee4ecfe2c",
"id_user_work_position": "8a0b980e-bab4-4e38-a97d-74a7c6b7ec00",
"id_shift": "0c59ba1a-23de-430f-8603-3d7c5a8f78a1",
"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-07-04T10:32:17Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1c9df55d-a8ee-44fd-9496-858ff6da0c51",
"image_id": "477aa079-d964-4dec-b023-0d5ee4ecfe2c",
"id_user_work_position": "8a0b980e-bab4-4e38-a97d-74a7c6b7ec00",
"id_shift": "0c59ba1a-23de-430f-8603-3d7c5a8f78a1",
"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-07-04T10:32:17Z"
}
}
}
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>98dbc433-9773-482b-80f8-455d6d5bb8e2</id>
<mail_from>sample string 4</mail_from>
<name>sample string 2</name>
<subject>sample string 5</subject>
<system_information>
<creation>
<date>2026-07-04T12:32:17.7595035+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>1c9df55d-a8ee-44fd-9496-858ff6da0c51</id>
<id_shift>0c59ba1a-23de-430f-8603-3d7c5a8f78a1</id_shift>
<id_user_work_position>8a0b980e-bab4-4e38-a97d-74a7c6b7ec00</id_user_work_position>
<image_id>477aa079-d964-4dec-b023-0d5ee4ecfe2c</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-07-04T12:32:17.7595035+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>1c9df55d-a8ee-44fd-9496-858ff6da0c51</id>
<id_shift>0c59ba1a-23de-430f-8603-3d7c5a8f78a1</id_shift>
<id_user_work_position>8a0b980e-bab4-4e38-a97d-74a7c6b7ec00</id_user_work_position>
<image_id>477aa079-d964-4dec-b023-0d5ee4ecfe2c</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>