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": "b3d1e190-8f2a-4c44-aab8-68b5def81af5",
"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": "28db4cf8-1516-4039-b218-e5a80562b6b0",
"ClientId": "40af7f1d-6193-4cff-937a-9648ae748eac",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:02:08",
"UpdateDate": "2026-07-22 06:02:08",
"CreateBy": "3b504201-1e5a-4d50-860e-66d15d6ad1fc",
"UpdateBy": "c0bd5448-abdc-47c3-91a3-ecf7ee1e1e58"
},
{
"DescId": "b3d1e190-8f2a-4c44-aab8-68b5def81af5",
"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": "28db4cf8-1516-4039-b218-e5a80562b6b0",
"ClientId": "40af7f1d-6193-4cff-937a-9648ae748eac",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:02:08",
"UpdateDate": "2026-07-22 06:02:08",
"CreateBy": "3b504201-1e5a-4d50-860e-66d15d6ad1fc",
"UpdateBy": "c0bd5448-abdc-47c3-91a3-ecf7ee1e1e58"
}
]