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": "4d83dfab-72f3-4229-9458-65288fb529c5",
"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": "bdb4bee5-58e4-4f78-80bc-e1e5cc15c25e",
"ClientId": "65f40936-9248-497d-a7b1-d5371075fcdb",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:05:17",
"UpdateDate": "2026-07-30 18:05:17",
"CreateBy": "4efe35b4-b613-42ff-9c8f-9fb6c32e489b",
"UpdateBy": "e15b2ad4-49ad-46e0-910a-7aa76377a6dd"
},
{
"DescId": "4d83dfab-72f3-4229-9458-65288fb529c5",
"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": "bdb4bee5-58e4-4f78-80bc-e1e5cc15c25e",
"ClientId": "65f40936-9248-497d-a7b1-d5371075fcdb",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:05:17",
"UpdateDate": "2026-07-30 18:05:17",
"CreateBy": "4efe35b4-b613-42ff-9c8f-9fb6c32e489b",
"UpdateBy": "e15b2ad4-49ad-46e0-910a-7aa76377a6dd"
}
]