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": "22033210-f640-4dee-b2fd-8caddf2f5b9a",
"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": "3abe7941-d197-4598-824e-7756af534d7e",
"ClientId": "b1ba2525-6202-4bba-b875-32595069bff0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:01:01",
"UpdateDate": "2025-10-28 19:01:01",
"CreateBy": "741156f1-12ab-4d22-bfe9-93ad1c2ff2d5",
"UpdateBy": "eee69d21-da96-4f77-9f32-15515952a497"
},
{
"DescId": "22033210-f640-4dee-b2fd-8caddf2f5b9a",
"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": "3abe7941-d197-4598-824e-7756af534d7e",
"ClientId": "b1ba2525-6202-4bba-b875-32595069bff0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:01:01",
"UpdateDate": "2025-10-28 19:01:01",
"CreateBy": "741156f1-12ab-4d22-bfe9-93ad1c2ff2d5",
"UpdateBy": "eee69d21-da96-4f77-9f32-15515952a497"
}
]