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
EmailTemplateName | 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": "fa0cdfd3-655e-4373-9da4-91b0586a6a2c", "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": "f9a6251f-e7e4-48d4-b6fb-c141879533c5", "image_id": "e1c3aec6-1f60-4af4-9f73-06965b2ad2f5", "id_user_work_position": "437da2a9-d9f1-400c-935b-09c5d171bb89", "id_shift": "34dcdb16-7c7e-4da9-90ea-1a5f1e439f40", "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": "2025-09-13T08:38:14Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "f9a6251f-e7e4-48d4-b6fb-c141879533c5", "image_id": "e1c3aec6-1f60-4af4-9f73-06965b2ad2f5", "id_user_work_position": "437da2a9-d9f1-400c-935b-09c5d171bb89", "id_shift": "34dcdb16-7c7e-4da9-90ea-1a5f1e439f40", "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": "2025-09-13T08:38:14Z" } } }
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>fa0cdfd3-655e-4373-9da4-91b0586a6a2c</id> <mail_from>sample string 4</mail_from> <name>sample string 2</name> <subject>sample string 5</subject> <system_information> <creation> <date>2025-09-13T10:38:14.9556158+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>f9a6251f-e7e4-48d4-b6fb-c141879533c5</id> <id_shift>34dcdb16-7c7e-4da9-90ea-1a5f1e439f40</id_shift> <id_user_work_position>437da2a9-d9f1-400c-935b-09c5d171bb89</id_user_work_position> <image_id>e1c3aec6-1f60-4af4-9f73-06965b2ad2f5</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </creation> <last_change> <date>2025-09-13T10:38:14.9556158+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>f9a6251f-e7e4-48d4-b6fb-c141879533c5</id> <id_shift>34dcdb16-7c7e-4da9-90ea-1a5f1e439f40</id_shift> <id_user_work_position>437da2a9-d9f1-400c-935b-09c5d171bb89</id_user_work_position> <image_id>e1c3aec6-1f60-4af4-9f73-06965b2ad2f5</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>