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": "47e45c67-a8c4-477f-b9a0-f2d72389fddf",
"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": "772fc0e4-d88b-4e28-a340-760dba22a0de",
"ClientId": "516cc706-91f6-40fd-8179-8eedb69e80e2",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:43:04",
"UpdateDate": "2026-06-15 12:43:04",
"CreateBy": "a9b676a9-f2c9-4fef-a4ff-14863240d593",
"UpdateBy": "1a2e9234-e89b-4f5b-8b61-2b40d0a802e4"
},
{
"DescId": "47e45c67-a8c4-477f-b9a0-f2d72389fddf",
"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": "772fc0e4-d88b-4e28-a340-760dba22a0de",
"ClientId": "516cc706-91f6-40fd-8179-8eedb69e80e2",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:43:04",
"UpdateDate": "2026-06-15 12:43:04",
"CreateBy": "a9b676a9-f2c9-4fef-a4ff-14863240d593",
"UpdateBy": "1a2e9234-e89b-4f5b-8b61-2b40d0a802e4"
}
]