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": "19126bce-bc9c-4702-bf68-5ea23ff287d7",
"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": "dc398d2a-808b-4303-a085-1472a37db636",
"ClientId": "79cada5b-e664-4700-b9bb-bd33d247a49e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:11",
"UpdateDate": "2026-09-16 11:18:11",
"CreateBy": "f1b73357-8054-4082-a5a8-316d85df6f44",
"UpdateBy": "11aaa154-943f-40b3-8e93-a3c32da27668"
},
{
"DescId": "19126bce-bc9c-4702-bf68-5ea23ff287d7",
"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": "dc398d2a-808b-4303-a085-1472a37db636",
"ClientId": "79cada5b-e664-4700-b9bb-bd33d247a49e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 11:18:11",
"UpdateDate": "2026-09-16 11:18:11",
"CreateBy": "f1b73357-8054-4082-a5a8-316d85df6f44",
"UpdateBy": "11aaa154-943f-40b3-8e93-a3c32da27668"
}
]