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": "efd1af12-08d5-4004-8dc5-28fd580f5824",
"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": "98dd8e49-e375-4d4c-887f-f1c2b31e6ee2",
"ClientId": "04bc2873-b163-4266-9cad-77e80f88ed5e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:08:08",
"UpdateDate": "2025-12-30 14:08:08",
"CreateBy": "5a859c75-5c9a-4b83-a224-4d0b5bae697b",
"UpdateBy": "3981283e-95d4-4272-99b8-9f163dcff08d"
},
{
"DescId": "efd1af12-08d5-4004-8dc5-28fd580f5824",
"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": "98dd8e49-e375-4d4c-887f-f1c2b31e6ee2",
"ClientId": "04bc2873-b163-4266-9cad-77e80f88ed5e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:08:08",
"UpdateDate": "2025-12-30 14:08:08",
"CreateBy": "5a859c75-5c9a-4b83-a224-4d0b5bae697b",
"UpdateBy": "3981283e-95d4-4272-99b8-9f163dcff08d"
}
]