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": "3b702e78-29e7-4d65-81ac-237668aaf2a1",
"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": "3ddd8dc3-5a31-4f44-bf2e-a039287a476d",
"ClientId": "5214d806-1c4d-4e20-8df9-fa4ee263e5fd",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:02:09",
"UpdateDate": "2026-07-22 06:02:09",
"CreateBy": "88796204-1bfe-4bbb-b465-784d8deef49b",
"UpdateBy": "9104f5e7-a3d7-46d9-91b7-9801a121e1eb"
},
{
"DescId": "3b702e78-29e7-4d65-81ac-237668aaf2a1",
"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": "3ddd8dc3-5a31-4f44-bf2e-a039287a476d",
"ClientId": "5214d806-1c4d-4e20-8df9-fa4ee263e5fd",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:02:09",
"UpdateDate": "2026-07-22 06:02:09",
"CreateBy": "88796204-1bfe-4bbb-b465-784d8deef49b",
"UpdateBy": "9104f5e7-a3d7-46d9-91b7-9801a121e1eb"
}
]