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": "e4e5f398-f143-4572-aa02-03bf6a018c04",
"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": "0e4d0cdd-7f64-4742-9e13-9ff5bcd003f1",
"ClientId": "a9e07d9c-11bd-42d7-87d5-6f15f93c3545",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:53:47",
"UpdateDate": "2026-04-20 09:53:47",
"CreateBy": "14dcce5c-f9b9-478a-b3a1-50c984aab1b1",
"UpdateBy": "fba68972-ca2b-4e88-aa9f-b45ec1e10c6c"
},
{
"DescId": "e4e5f398-f143-4572-aa02-03bf6a018c04",
"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": "0e4d0cdd-7f64-4742-9e13-9ff5bcd003f1",
"ClientId": "a9e07d9c-11bd-42d7-87d5-6f15f93c3545",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:53:47",
"UpdateDate": "2026-04-20 09:53:47",
"CreateBy": "14dcce5c-f9b9-478a-b3a1-50c984aab1b1",
"UpdateBy": "fba68972-ca2b-4e88-aa9f-b45ec1e10c6c"
}
]