GET api/emailTemplate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
emailTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| urlLink | string |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"urlLink": "sample string 4",
"dateCreated": "2025-12-16T21:42:43.5135367+00:00",
"dateUpdated": "2025-12-16T21:42:43.5135367+00:00"
}