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": "b2f2ba91-b9e5-4da7-87a5-4be647b35f9e",
"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": "aaee9237-d78b-4276-9c3c-9b4f2ba181fc",
"ClientId": "e85fda04-c439-4097-bade-9eb3542107e7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:03:57",
"UpdateDate": "2026-08-17 02:03:57",
"CreateBy": "4f57bb97-d8e8-41df-9f2f-94bc2d5a1ef2",
"UpdateBy": "743fb91d-b465-4354-ba12-592b085a4ccc"
},
{
"DescId": "b2f2ba91-b9e5-4da7-87a5-4be647b35f9e",
"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": "aaee9237-d78b-4276-9c3c-9b4f2ba181fc",
"ClientId": "e85fda04-c439-4097-bade-9eb3542107e7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:03:57",
"UpdateDate": "2026-08-17 02:03:57",
"CreateBy": "4f57bb97-d8e8-41df-9f2f-94bc2d5a1ef2",
"UpdateBy": "743fb91d-b465-4354-ba12-592b085a4ccc"
}
]