POST AdminApi/EmailTempItem/Search
Request Information
URI Parameters
None.
Body Parameters
EmailTempItemCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | globally unique identifier |
None. |
|
| DescId | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| Propertity | string |
None. |
|
| Remark | string |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemId": "f0cf4106-3e63-4595-9e68-8fed21c4edac",
"DescId": "6d37595e-afb2-4e43-8360-2537b46e0adf",
"Value": "sample string 3",
"Propertity": "sample string 4",
"Remark": "sample string 5",
"IsDeleted": true
}
application/x-www-form-urlencoded
Sample:
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": "c4cc675b-a2f0-441c-a17a-ab460b31c4fc",
"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": "13d1e8b3-aa56-4665-93ff-afe649553eba",
"ClientId": "9f19a6da-6264-4133-b230-ec3833f6bf54",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:48:56",
"UpdateDate": "2026-04-20 09:48:56",
"CreateBy": "4d76fa1c-795b-4ccd-8cf4-d51ca19d30ba",
"UpdateBy": "46225877-9c0c-4bfd-9bf8-f44598a9c201"
},
{
"DescId": "c4cc675b-a2f0-441c-a17a-ab460b31c4fc",
"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": "13d1e8b3-aa56-4665-93ff-afe649553eba",
"ClientId": "9f19a6da-6264-4133-b230-ec3833f6bf54",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:48:56",
"UpdateDate": "2026-04-20 09:48:56",
"CreateBy": "4d76fa1c-795b-4ccd-8cf4-d51ca19d30ba",
"UpdateBy": "46225877-9c0c-4bfd-9bf8-f44598a9c201"
}
]