GET Api/EmailTypeItems/GetEmailTypeItems?emailTypeId={emailTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| emailTypeId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EmailTempItem| Name | Description | Type | Additional information |
|---|---|---|---|
| DescId | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| PlaceHolder | string |
Required String length: inclusive between 0 and 50 |
|
| ObjectType | string |
Required String length: inclusive between 0 and 50 |
|
| Propertity | string |
Required String length: inclusive between 0 and 50 |
|
| Remark | string |
Max length: 1000 |
|
| Descriptions | Collection of MutiLanguage |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DescId": "a54f82c5-4d03-4c43-9f83-ca1f249bb89c",
"Description": "sample string 2",
"PlaceHolder": "sample string 3",
"ObjectType": "sample string 4",
"Propertity": "sample string 5",
"Remark": "sample string 6",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": "a34b3447-6e6d-45a8-afaa-0cc4714dc764",
"ClientId": "dce940b6-2f13-489b-b0af-8f800dcb166a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:04:22",
"UpdateDate": "2026-08-17 02:04:22",
"CreateBy": "005de930-46e4-4d35-bf4a-517761742c21",
"UpdateBy": "0e25fb8d-9946-44b9-b3c5-124884760799"
},
{
"DescId": "a54f82c5-4d03-4c43-9f83-ca1f249bb89c",
"Description": "sample string 2",
"PlaceHolder": "sample string 3",
"ObjectType": "sample string 4",
"Propertity": "sample string 5",
"Remark": "sample string 6",
"Descriptions": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"Id": "a34b3447-6e6d-45a8-afaa-0cc4714dc764",
"ClientId": "dce940b6-2f13-489b-b0af-8f800dcb166a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:04:22",
"UpdateDate": "2026-08-17 02:04:22",
"CreateBy": "005de930-46e4-4d35-bf4a-517761742c21",
"UpdateBy": "0e25fb8d-9946-44b9-b3c5-124884760799"
}
]