GET AdminApi/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": "2d8856a3-771e-432e-be94-8a7bf28fe580",
"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": "33cd2e6c-34c6-4849-bbf1-7aac470ab13e",
"ClientId": "db1c4cb0-f658-4f39-9dad-371894058bb9",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:10",
"UpdateDate": "2026-09-16 11:18:10",
"CreateBy": "4b756f9b-a87c-44f0-9de2-ecf47c2c3d2d",
"UpdateBy": "ade921ba-aed9-44eb-a0ca-587bdc305de5"
},
{
"DescId": "2d8856a3-771e-432e-be94-8a7bf28fe580",
"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": "33cd2e6c-34c6-4849-bbf1-7aac470ab13e",
"ClientId": "db1c4cb0-f658-4f39-9dad-371894058bb9",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:10",
"UpdateDate": "2026-09-16 11:18:10",
"CreateBy": "4b756f9b-a87c-44f0-9de2-ecf47c2c3d2d",
"UpdateBy": "ade921ba-aed9-44eb-a0ca-587bdc305de5"
}
]